Eric
Eric
``` ├── desktop │ ├── desktop │ │ └── src │ │ ├── file.js │ │ ├── file.js.map │ │ ├── message.js │ │ ├── message.js.map │ │ ├── net.js...
like: > google map is loading... please wait a minute?
策略的组合能力
## 组件化 一个URL请求就是一个组件,可以完全自定义这个URL下面的各种功能。 ## 服务器化 任何一个URL就是一个服务器,而不是原来的控制器。 实现URL的可分布化 ## 分层化与业务固化 将所有的请求按优先顺序排好序,进行每个道关卡过滤,提高系统的安全性。 同时将Web业务固化让代码更加的精减,
Chome Extensions development should use only one favicon image file in svg format as the default image setting instead of a lot of files in png format.
currently we can see that chrome can use site favicons by the pattern: `chrome://favicon2/?size=24&scale_factor=1x&show_fallback_monogram=&page_url=xxx` in the default new tab page. But as i go through the API document, I don't...
在执行hexo deploy时得到如下说明。 由于我有很多不同的git账号,所以一般情况下,我是不会匹配全局账号的。 但是hexo deploy时则会要求全局账号,这种情况可能会影响到不同源码库的提交。 所以建议使用当前库里的github账号。 即在hexo deploy执行的当前目录里寻找 .git/config里面的账号信息进行deploy. 而我的.git/config已经匹配了user的信息 ``` sh *** Please tell me who you are. Run git config --global user.email "[email protected]" git config --global user.name "Your...
I am now testing for echo function, for code ``` napi_value Method(napi_env env, napi_callback_info args) { // napi_value str; napi_status status; cout
not just select one or two.
What kind of issue is this? - [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do something, or to...