码迷,mamicode.com
首页 >  
搜索关键字:issues    ( 1031个结果
angular2 学习笔记 ( 第3方插件 jQuery and ckeditor )
refer : https://forums.meteor.com/t/importing-ckeditor-using-npm/28919/2 (ckeditor) https://github.com/angular/angular-cli/issues/3094 (jQuery) Ckedit ...
分类:Web程序   时间:2017-03-07 08:35:19    阅读次数:214
静态dll的问题终于搞定了
导入plugin,构建qapplicationhttps://forum.qt.io/topic/60940/qt-static-dll-x64-using-qapplication-issues/2我构建了qapplication,但是没调用exec,想不通为啥能工作 主程序里exec了,dll里 ...
分类:其他好文   时间:2017-03-01 20:55:22    阅读次数:181
html2canvas绘制bug
使用html2canvas的时候,经常出现没出现在屏幕里面的部分就画成黑色,在github上找到了 This issue can be shown as a duplicate of previous issues #542, #511, #588, etc. However the problem ...
分类:Web程序   时间:2017-02-27 10:54:28    阅读次数:203
开源框架概述
为什么要使用开源框架1. 提高开发速度2. 提高开发质量 选择开源框架的原则1. 聚合性框架一定要放弃.例如Afinal,xUtils * 大而全的框架容易导致牵一发而动全身.可读性差,耦合高,难扩展.2. last commit超过一年以上或者issues一大堆没有fix的框架不要用.3. 选择活 ...
分类:其他好文   时间:2017-02-26 20:46:14    阅读次数:170
(原)luarocks更新某个模块
转载请注明出处: http://www.cnblogs.com/darkknightzh/p/6424398.html 参考网址: https://github.com/torch/nn/issues/974 https://github.com/brotchie/torch-ubuntu-gpu- ...
分类:其他好文   时间:2017-02-21 19:03:29    阅读次数:372
mybatis延迟加载导致dubbo值为null解决办法
场景条件: 1、bean里有两个属性: private String subjectCategoryName;//分类名 private String className;//班级分类名称 2、使用mybatis嵌套查询: <association property="subjectCategory ...
分类:其他好文   时间:2017-02-21 11:39:54    阅读次数:879
Encoding::CompatibilityError: incompatible character encodings: GBK and UTF-8
在scss前面加上一句 @charset "utf-8"; 这样就不会报错了, 解决方案参考 https://github.com/imathis/octopress/issues/232 试过改engin.ruby文件没有效果: C:\Ruby\lib\ruby\gems\1.9.1\gems\s ...
分类:其他好文   时间:2017-02-20 13:14:15    阅读次数:694
redis 报Operation against a key holding the wrong kind of value警告的解决方法
WRONGTYPE Operation against a key holding the wrong kind of value github:https://github.com/antirez/redis/issues/2864 原因为redis存在一个同key但是类型不同的数据,在插入新类型 ...
分类:其他好文   时间:2017-02-19 17:04:14    阅读次数:309
Sea.js学习笔记
Sea.js入门 http://www.cnblogs.com/doseoer/p/4007752.html 前端模块化开发的价值 随着互联网的飞速发展,前端开发越来越复杂。本文将从实际项目中遇到的问题出发,讲述模块化能解决哪些问题,以及如何使用 Sea.js 进行前端的模块化开发。 https:/ ...
分类:Web程序   时间:2017-02-16 23:08:31    阅读次数:263
sublimecondeintel 分号后不要提示
https://github.com/SublimeCodeIntel/SublimeCodeIntel/issues/461 Thanks to @catgsmith ,I find a similar way to solve this problem in Windows:Select Pac ...
分类:其他好文   时间:2017-02-12 19:05:25    阅读次数:256
1031条   上一页 1 ... 67 68 69 70 71 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!