iterm2 Display all 1700 possibilities? what does it mean ??\
;
Hitting TAB key helps you to auto complete either a command or a file/directory (as long as it is executable) you want to use,depending on what you are requesting.
Double hitting the TAB key helps you displaying the available stuff you could use for next.
smarty json data 最后一行一定要记得加上
}
,复制的时候不要忘了....gulp buil 还有 mock 出的网页里面并没有任何有关错误提示...只是取不到数据,判空的话会判反!!php ajax 怎么搞本地假数据调试呀...我看看题库旭艳写的代码吧...
上了 beta 的 tag如果本地和远程都删了的话,然后修改一些东东,重新再打个名字一模一样的 tag最后再 push 到git上去,但是 QA 现在发到线上的时候是没有作用的,由于脚本的作用,会取到相应 beta 上查到的 tag 代码,而不会重新再去 git 上面拉代码...
git tag release_bdg_pc_v0.1.2.0 比 git tag -a release_bdg_pc_v0.1.2.0 -m upd 要省事的多...哈哈,get another new!
今天碰到一个微信分享的问题,说是有个
appController
和wxController
,分享功能的 js 代码基于微信上下文环境,但是QQ
环境下的分享功能暂时没有相应的文件去做控制,感觉应该有 QQ API来做类似的分享控制...跟wxController
类似...smarty {{ block name="data" }}
和store.get()
,以前如果我想从后端取数据放到 js 文件当中去操作,都是采用元素属性的方式去操作...service.js 再也不要在每个 js 文件里面单独写 ajax 请求什么的...因为这样做的话没法配置...
~/pro/pc-site/src/apollo/common/service.js ~/pro/m-site/src/apollo/common/store.js
发现 有的 URL 会对大小写敏蛋(比如说 github),但是大部分网址好像并不会吧... case sensitivity
smarty delimiters change:
Searching 12626 files for "$smarty->left_delimiter ="
/Users/bjhl/pro/m-site/mock/bootstrap.PHP:
57 $smarty->setCompileDir(CACHE_DIR);
58
59: $smarty->left_delimiter = '{{ ';
60 $smarty->right_delimiter = ' }}';
61
/Users/bjhl/pro/m-site/mock/smarty/sysplugins/smarty_internal_debug.PHP:
159 $smarty->default_modifiers = array();
160 $smarty->force_compile = false;
161: $smarty->left_delimiter = '{';
162 $smarty->right_delimiter = '}';
163 $smarty->debugging = false;
2 matches across 2 files
然后我想尝试在每个业务 PHP 文件里面 change delimiter 到 default...而不是{{
和 }}
:
$smarty->left_delimiter = '{{ ';
$smarty->right_delimiter = ' }}';
但是会有:
Warning: Creating default object from empty value in /Users/bjhl/pro/m-site/mock/Activity/poetry/detail.PHP on line 5
额,忽略了我的赋值,是我写的地方不对嘛??empty value??难道要像 bootstrap.PHP 那样创建 smarty 函数嘛??难道我想改回默认的 delimiter,的另一个办法是创建bootstrap0.PHP
类似这样的文件?刚刚尝试了一下没有用呀...
以后如果要在 js 文件之外写
console.log(...)
,没有快捷键的话(复制粘贴除外)那么就用alert(...)
来做替代...style 标签里面不能嵌套,只能 '逐级' 书写.
同时声明多个变量主要带来的问题是可读性差,声明的位置应该恰当猜对,而不是堆在一起声明,这不是 C 语言,所以说这样可维护性很差.
好像 body 不能监听 scroll 事件...window 或者 iframe 可以监听;
今天发现一个发版问题,是因为端口重复问题...找 OP 然后说是 cnpm 和 npm 的问题...build脚本的问题...
events.js:72
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at errnoException (net.js:905:11)
at Pipe.onread (net.js:559:19)
sending incremental file list
created directory bdg-m-fe-compiled-release_bdg_m_v0.2.4.3
原文链接:https://www.f2er.com/note/421439.html