exolution
exolution
``` javascript function Clazz(){ } function testCase() { var obj=new Clazz(); Orm.connect({ /*setting*/ query : {pool : true} }, function(err,db) { var Model = db.define('ht_country', { country_code : {type :...
sorry! please ignore the callback content . because that's not the point,that just a example for build a closure。The key is this callback and its all closure variable will never...
I guess the leak may caused by ChainFind.js line 208 and line 218 (function createInstance and function eagerLoading) beacuse when i remove these code (remain driver.find),the leak disappeared.
-webkit-text-stroke 没法用 它是往内部描。正常需要往外部描 如svg的paint-order:stroke 我之前就是全部用的svg来排版,问题很多,太痛苦了。就想看看有没有非svg方案。 看来还是无解。 svg处理泰语简直是噩梦,泰语算是常见语言字型最高的了 尤其是safari对于行高处理有严重问题,会忽略他的声调(应该是声调吧)
好的 下个release就打 正在重构中 完成中会发个大正式版本 1.0.0
@Chengran888 请贴一下错误信息 谢谢~
请更新下weex-devtool-extension 现在版本0.0.4 其次WeexDevtool的依赖也需要更新一下
sorry 这个package我忘了改掉了 但是这个example里的package.json对于用户来说是完全无用的东西(这个是我之前把demo发成一个tnpm的库了 现在已经废弃) module not found "weex-chart" 这个错误 跟这个无关 请问你 weexpack plugin add weex-chart 执行成功了么 因为这个命令会把weex-chart的库代码放到你项目目录下的node_modules里 这样编译的时候就可以打进去 所请首先确认weexpack plugin add weex-chart 执行成功 然后看下node_modules里是否有weex-chart这个目录
这个问题一般是手机不能访问pc网段引起的 所以先排查下这方面的原因 方法就是用你的手机浏览器去打开你这个页面地址(就是你截图中的这个页面)看能否打开