码迷,mamicode.com
首页 >  
搜索关键字:snippet    ( 525个结果
利用 Jsoup 和 多线程下载旺旺英语MP3
import java.io.IOException; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; public class Snippet { public static void main(...
分类:编程语言   时间:2015-02-17 00:50:31    阅读次数:274
(转)Python 操作 Windows 粘贴板
转自: http://outofmemory.cn/code-snippet/3939/Python-operation-Windows-niantie-board Python 操作 Windows 粘贴板,实现Ctrl + C 和 Ctrl + V 功能需要先以管理员权限安装PyWin有关win...
分类:编程语言   时间:2015-02-14 13:41:04    阅读次数:201
C#实现的鼠标钩子
http://www.oschina.net/code/snippet_104607_45975使用 Socket 获得网页内容,可以捕获错误页的内容 HttpClienthttp://www.oschina.net/code/snippet_172400_44067
分类:Windows程序   时间:2015-02-14 12:17:52    阅读次数:178
Snippet: align a TextView around an image
A few weeks ago I discovered the Spans on Android,after reading the wonderfulpostbyFlavien Laurent.In this post I will describe how to realize a parti...
分类:其他好文   时间:2015-02-09 17:46:04    阅读次数:196
【转】实现查询回收站信息以及清空回收站
原帖链接http://outofmemory.cn/code-snippet/9194/achieve-search-recover-office-information-yiji-qingkong-recover-office#include #include #include //SHEmpt....
分类:其他好文   时间:2015-01-21 22:05:52    阅读次数:192
storyboard之拖拽代码到你的工程
想知道如何想像拖拽一个控件一样来拖拽一段自定义的代码么?使用storyboard就是这么简答...
分类:其他好文   时间:2015-01-20 01:03:57    阅读次数:1219
Android Intent 用法全面总结
http://www.oschina.net/code/snippet_54100_7587#12077[1].[代码]调用拨号程序1234// 给移动客服10086拨打电话Uri uri = Uri.parse("tel:10086");Intent intent = new Intent(Int...
分类:移动开发   时间:2015-01-19 17:10:01    阅读次数:198
在Windows Live Writer中插入C# code
平时都是用Windows Live Writer写博客,发布博客。遇到需要插入代码都是先在notepad中写好,或者是拷贝到notepad,再从notepad中拷到Windows Live Writer,比较麻烦。在博客中使用插件Code Snippet就能很好解决这个问题。下载地址:http://...
分类:Windows程序   时间:2015-01-17 22:12:21    阅读次数:258
C#如何控制方法的执行时间,超时则强制退出方法执行
转载:http://outofmemory.cn/code-snippet/1762/C-how-control-method-zhixingshijian-chaoshi-ze-force-quit-method-execution/comments1 http://www.cnblogs.c.....
分类:Windows程序   时间:2015-01-16 19:01:43    阅读次数:246
ckeditor4.4.6添加代码高亮
研究了很久才发现,在ckeditor4.4.6中添加代码高亮超级简单啊,下面直接上过程ckeditor4.4.6支持自定义代码高亮,利用Code Snippet插件并默认启用highlight.js库去ckeditor官网下载Code Snippet,然后把解压的文件codesnippet添加到ck...
分类:其他好文   时间:2015-01-16 14:36:50    阅读次数:248
525条   上一页 1 ... 43 44 45 46 47 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!