-
`controller` 代码不会 >_<
从主页点击"登录", 然后登录进去了, 但是页面没有跳转回主页,
从帖子里点击登录是跳转正确的..
tiye updated
12 years ago
-
It would be nice for the documentation if it has references to open source (or commercial, albeit less useful) software that uses node-webkit.
-
Processor 2.4 GHz Intel Core 2 Duo
Memory 8 GB 1067 MHz DDR3
node v0.8.7
``` bash
$ node test/perfomance.js
Encoding 262144 chars 1000 times:
iconv: 4063ms, 63.01 Mb/s.
iconv-lite: 6005ms, 42.63 …
-
测试代码:
``` js
var httpsync = require('../');
var http = require('http');
var app = http.createServer(function (req, res) {
console.log(req.url, req.headers);
req.on('end', function () {
res.…
-
微博上@HelloWhat_ 提交个bug:关注其他用户时消息发送错误。 用户A关注用户B时,系统给A发站内信“A关注了你”。
消息发送不对。
-
### 非兼容式修改
- ✔ #186 调整重复 define 时的覆盖策略
- ✔ #211 简化 preload 的功能和实现
- ✔ #217 data-main 的规则变化
- ✔ #219 plugin 的 alias 变化
- ✔ #216 移除 noConflict 方法
- ✔ #179 网站域名从 seajs.com 变成 seajs.org
### 新特性
- ✔ #192 借…
-
遇到 3 次了, 关注他人之后, 转到主页就有消息自己关注了自己
可惜还都不懂多少代码, 只能提交反馈了
![ALT image](http://img.hb.aicdn.com/de3c6b1dbdfa3ed606386e90c5bb33cc9ec873ca7d66-zBAOXD)
tiye updated
12 years ago
-
兼容目前的编辑器与github由差异,需要支持github的[markdown](http://github.github.com/github-flavored-markdown/) 格式.