码迷,mamicode.com
首页 >  
搜索关键字:snippet    ( 525个结果
iOS programming Code Snippet Library
iOS programming Code Snippet Library The freebie code comes from the code snippet library. 代码来自code snippet library。 Notice that there are a number of...
分类:移动开发   时间:2015-05-12 11:02:44    阅读次数:114
Javascript中的setTimeout,setInterval,requestAnimFrame
JavaScript:这三种方法我们平时初学的时候可能容易混淆,下面我们将使用例子的形式来阐述这三种方法不同的用法。 setTimeout:Calls a function or executes a code snippet after a specified delay.(在特定的时间后执行方法和代码块)...
分类:编程语言   时间:2015-05-09 14:59:11    阅读次数:222
PHP CURL 多线程 GET/POST 类
PHP CURL 多线程 GET/POST 类2015-01-01分类:技术文章阅读(623)评论(0)如果有需要更正或更高效的建议,欢迎在OSchina分享~\(≧▽≦)/~http://www.oschina.net/code/snippet_1475115_44902 $url) { ...
分类:编程语言   时间:2015-05-09 13:21:46    阅读次数:163
无刷新上传文件
http://www.oschina.net/code/snippet_54371_4502#6974 http://kdlqbz.iteye.com/blog/521331
分类:Web程序   时间:2015-05-05 10:18:58    阅读次数:116
Android 涂鸦 保存 清空
http://blog.csdn.net/yhcelebrite/article/details/11786853? http://www.oschina.net/code/snippet_725438_47306?...
分类:移动开发   时间:2015-05-02 20:49:49    阅读次数:147
IDEA 快捷键 (OSX)
快捷键 说明 super + j 调用在线snippet代码片段 super + shift + t 创建 junit 测试类 super + b 查看接口 super + e 最近操作过的文件 super + alt + b 查看实现 super + delete 删除当前行 super + alt + L 代...
分类:其他好文   时间:2015-04-30 16:23:20    阅读次数:220
PHP裁剪图片插件记录
1.jcrop插件+php实现的图片上传与裁剪 demo下载地址:http://download.csdn.net/detail/lifuxiangcaohui/8647767 参考文章:http://www.oschina.net/code/snippet_155442_4865 2.利用jquery的imgAreaSelect插件实现图片裁剪示例 参考文章:ht...
分类:Web程序   时间:2015-04-30 10:47:47    阅读次数:134
【CTF】ASM-Pico CTF 2014 Snippet
【Title】Pico CTF 2014 Write-up snippet 【Description】 We found this program snippet.txt, but we're having some trouble figuring it out. What's the value...
分类:其他好文   时间:2015-04-25 12:08:43    阅读次数:305
自定义sublime代码片段
sublime text 已经有一些他们内置的一些代码片段,但是有时候,这些并不能满足我们,这就需要我们自定义一些代码片段。步骤如下:1、打开sublime text2、选择 tools -> new snippet 就会打开一个未命名的文件,代码如下: hello --> sour...
分类:其他好文   时间:2015-04-24 18:38:39    阅读次数:137
JDBC Connection Strings for Popular RDBMS
Connecting to an RDBMSThe following code snippet illustrates how the connection parameters are used to retrieve a database connection.1try{2Class.forN...
分类:数据库   时间:2015-04-24 00:45:39    阅读次数:175
525条   上一页 1 ... 40 41 42 43 44 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!