内容介绍ZT:http://www.cnblogs.com/liuxianan/archive/2013/04/13/3018732.html博客园官方给出了2个,一个一个介绍。1、WindowsLiveWriter.CNBlogs.CodeHighlighter.rar这个插件生成的高亮代码与网页...
分类:
编程语言 时间:
2015-09-12 00:42:15
阅读次数:
506
今天突然想到那只在app中,如果请求数据时用的是app提供的接口,如果该接口没有同异步的话,怎么办。所以就捣腾了下。 模拟ajax同异步。 1 var VshopDataApi = { 2 queryArr : [], // { code : [{code, data, callback, ...
分类:
Web程序 时间:
2015-09-11 22:09:44
阅读次数:
200
问题:code signing is required for product type 'Application' in SDK 'iOS 8.1解决办法:1 把Project中的Build Setting中的 Code Signing Identify进行设置。2 把Target中的Build ...
分类:
移动开发 时间:
2015-09-11 22:00:21
阅读次数:
203
from:iOS Good PracticesThe Clang compiler (which Xcode uses) has astatic analyzerthat performs control and data flow analysis on your code and checks ...
分类:
其他好文 时间:
2015-09-11 19:16:28
阅读次数:
245
第四章Matlab的循环结构4.1while循环whileexpression code_blockend4.2while循环举例 1)mean(a):均值,其中,a=[123456789] 2)std(a):标准差4.3for循环 1)形式forindex=expr code_block...
分类:
其他好文 时间:
2015-09-11 18:55:06
阅读次数:
234
基于lcov-1.11的:CodeCoverage4iOS阅读目录环境准备Xcode工程配置构建并安装程序收集代码覆盖率过滤结果合并多个Coverage.info?件?成覆盖率报告:参考文献iOS code coverage test tool.基于lcov-1.11的iOS代码覆盖率测试工具,适用...
分类:
移动开发 时间:
2015-09-11 17:26:07
阅读次数:
257
jquery加载页面的方法(页面加载完成就执行),建议大家看下windows.onload与$(document).ready之间的区别。1、$(function(){ $("#a").click(function(){ //adding your code here }); });...
分类:
Web程序 时间:
2015-09-11 17:18:26
阅读次数:
121
https://cdnjs.com/libraries/ http://cdn.code.baidu.com/ 这2个比较好,进入后搜索你要的js ,然后加入到你的 页面里。 <script?src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.5/angular.min....
分类:
Web程序 时间:
2015-09-11 16:12:38
阅读次数:
138
Duilib is an open source windowless ui library base on viksoe‘s excellent directui code(http://www.viksoe.dk/code/windowless1.htm). Thanks to viksoe. Our website:https://github.com/duilib/duilib Du...
分类:
其他好文 时间:
2015-09-11 14:33:04
阅读次数:
137
1.fatal error:asm/system.h:No such file or directory1 #include 2 #if LINUX_VERSION_CODE > KERNEL_VERSION(3, 3, 0)3 #include 4 #else5 #include ...
分类:
其他好文 时间:
2015-09-11 12:37:14
阅读次数:
279