码迷,mamicode.com
首页 >  
搜索关键字:annotation-config co    ( 7094个结果
玩转Android---组件篇---Intent(意图)
Intent的中文意思是“意图,目的”的意思,可以理解为不同组件之间通信的“媒介”或者“信使”。目标组件一般要通过Intent来声明自己的条件,一般通过组件中的元素来过滤。Intent在由以下几个部分组成:动作(action),数据(data),分类(Category),类型(Type),组件(Co...
分类:移动开发   时间:2014-07-19 17:20:55    阅读次数:413
MacBook常用快捷键
MacBook常用快捷键Command-Tab:在程序间切换Command-H:隐藏Command-M:最小化Command-N:新建Command-O:打开Command-P:打印Command-Q:退出Command-W:关闭fn+F11:隐藏所有窗口并显示桌面Command-←:移动到行首Co...
分类:其他好文   时间:2014-07-19 09:17:16    阅读次数:212
JSONObject与JSONArray的使用区别
最近公司开发的几个项目中,后台Action向前端传递数据都是Json格式,于是对JSONObject、JSONArray简单的研究了一下,废话不多说,想使用JSONObject、JSONArray,策则在项目中必须要有commons-lang.jar commons-beanutils.jar co...
分类:Web程序   时间:2014-07-19 00:36:28    阅读次数:239
发布Cocos2d-x的PC端程序
发布Cocos2d-x的PC端程序一、创建一个Release的项目1、利用根目录下的解决方案生成Release.win32文件夹2、新建一个cocos2d项目(比如解决方案名称MySolution,名称MyHelloWorld)二、发布项目1、得到运行所需文件2、打包成exe文件配置:win7+Co...
分类:其他好文   时间:2014-07-18 22:13:43    阅读次数:839
poj1502--Dijkstra
/** \brief poj 1502--Dijkstra * * \ date 2014/7/15 * \ state AC * * */ #include #include #include #include using namespace std; #define inf 0x03f3f3f3f const int MAXN=101; int n; int co...
分类:其他好文   时间:2014-07-18 21:22:31    阅读次数:192
android HttpClient 附带的参数
Sending images can be done using theHttpComponents libraries. Download the latest HttpClient (currently4.0.1) binary with dependencies package and co....
分类:移动开发   时间:2014-07-18 19:17:57    阅读次数:227
linux下安装php的svn扩展
首先,下载svn wgethttp://pecl.php.net/get/svn-1.0.1.tgz shell> tar -zxf svn-1.0.1.tgz shell> cd svn-1.0.1 shell> /usr/local/php/bin/phpize shell> ./configure--with-php-config=/usr/local/php/bin/php-co...
分类:Web程序   时间:2014-07-18 12:30:27    阅读次数:695
iptables启动脚本分析
#!/bin/sh # # iptables Start iptables firewall # # chkconfig: 2345 08 92 # description: Starts, stops and saves iptables firewall # # config: /etc/sysconfig/iptables # co...
分类:其他好文   时间:2014-07-18 12:23:55    阅读次数:354
.NET Framework 4.0源代码
原文出处:http://blogs.microsoft.co.il/blogs/arik/archive/2010/07/12/step-into-net-framework-4-0-source-code.aspx本文将向你展示如何配置Visual Studio 2010逐语句执行.NET Fra...
分类:Web程序   时间:2014-07-16 16:53:04    阅读次数:371
数据库连接字符串
数据库连接1、在文件App.config内添加连接 1 2 3 4 5 8 9 12 2、添加 dll 引用3、获取数据库连接字符串string conStr = System.Configuration.ConfigurationManager.Co...
分类:数据库   时间:2014-07-16 13:41:47    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!