用于打开chrome浏览器中的"irc://*"#cp
/usr/share/applications/xchat.desktop
/home/zsj/.local/share/applications/irc.desktop#xdg-mime default irc.desktop
x-schem...
分类:
其他好文 时间:
2014-05-01 11:16:02
阅读次数:
617
首先在Framework中,Emit相关的类基本都存在于System.Reflection.Emit命名空间下。可见Emit是作为反射的一个元素存在的。Emit能够实现什么?为什么要学习Emit?首先Emit是C#实现动态代理最佳的方式.动态代理技术也是AOP的思想精髓。现在一些主流的ORM框架也....
分类:
其他好文 时间:
2014-05-01 10:50:35
阅读次数:
387
VC获取指定文件夹路径flyfish 2010-3-5一 使用Shell函数1
获取应用程序的安装路径TCHAR
buf[_MAX_PATH];SHGetSpecialFolderPath(NULL,buf,CSIDL_PROGRAM_FILES,NULL);AfxMessageBox(buf);2...
分类:
其他好文 时间:
2014-05-01 10:42:38
阅读次数:
357
# Python Urllib2和Cookielib的综合使用标签(空格分隔): Python
Urllib2 Fetch---1.
手动添加请求的Headers,在opener,Request,urlopen,看看有几种方法可以使用相同的Headers处理不同的网页;2.
设定CookieJar,...
分类:
编程语言 时间:
2014-05-01 09:43:02
阅读次数:
487
最近在研究单元测试,希望引入一个好用的单元测试工具,提高开发团队的产出质量。
不过我本人对单元测试没有什么知识,所以,笼统的从ios上的测试开始研究。
现在想想,本文的主题monkeytalk好像与单元测试木有关系。orz目前可用的测试框架虽然没有其他开发平台的那样自成体系,也还算是百花齐放...
分类:
移动开发 时间:
2014-05-01 08:29:10
阅读次数:
521
Designing Your App’s ProductsAproductis
something you want to sell in your app’s store. You create and configure
products in iTunes Connect, and your ...
分类:
移动开发 时间:
2014-05-01 06:25:43
阅读次数:
655
Z-Stack是TI推出的全功能ZigBee协议栈,通过了ZigBee联盟的兼容性平台测试,包含如下几个组件。
1. HAL,硬件抽象层 2. OSAL,操作系统抽象层 3. ZigBee Stack和IEEE 802.15.4 4. User App 5.
MT,通过串口与PC进行通讯的demo ...
本地存储。相当于Flash里面的SharedObject。Android位置:机器自身存储的(非扩展卡)/data/data/appname/shared_prefs/{AppName}.xml,如果想查看需要Root。IOS位置:暂时还没找到。其他位置:参考https://docs.unity3d...
分类:
其他好文 时间:
2014-05-01 05:38:35
阅读次数:
281
这是微软官方SignalR 2.0教程Getting Started with Entity
Framework 6 Code First using MVC 5
系列的翻译,这里是第四篇:MVC程序中实体框架的连接恢复和命令拦截原文:Connection Resiliency and Comman...
分类:
Web程序 时间:
2014-05-01 05:11:54
阅读次数:
612
The variables are guaranteed to be laid out
contiguously, as in C. However, the access blocks may not appear in the object
in the order that you decla...
分类:
数据库 时间:
2014-05-01 04:11:22
阅读次数:
543