码迷,mamicode.com
首页 >  
搜索关键字:category    ( 2995个结果
Javascript 常用函数【3】
jquery选中radio//如果之前有选中的,则把选中radio取消掉$("#tj_cat .pro_category").each(function(){if ($(this).attr('checked')){$(this).attr('checked' ,false);}});//获取被选中...
分类:编程语言   时间:2015-05-24 20:15:09    阅读次数:270
C++ 与 php 的交互 之----- C++ 异步获取 网页文字内容,异步获取 php 的 echo 值。
转载请声明出处!http://www.cnblogs.com/linguanh/category/633252.html 距离上次 谈 C++ 制作json 或者其他数据传送给 服务器,时隔两个多月。 链接:http://www.cnblogs.com/linguanh/p/4340119....
分类:编程语言   时间:2015-05-24 14:09:35    阅读次数:157
6.0 OC基础语法-特有语法
分类-Category基本用途如何在不改变原来类模型的前提下,给类扩充一些方法?有2种方式继承分类(Category)格式分类的声明@interface 类名 (分类名称)// 方法声明@end分类的实现@implementation 类名 (分类名称)// 方法实现@end好处一个庞大的类可以分模...
分类:其他好文   时间:2015-05-23 18:05:34    阅读次数:113
ecshop /category.php SQL Injection Vul
ecshop /category.php SQL Injection Vul
分类:数据库   时间:2015-05-23 15:30:17    阅读次数:323
android scrollview组件禁止滑动的方法
xml配置:android:id="@+id/sc_freement"android:layout_width="fill_parent"android:layout_height="fill_parent"android:layout_below="@id/category_line"androi...
分类:移动开发   时间:2015-05-23 01:11:17    阅读次数:412
linux上安装配置vsftpd(转)
转自:http://www.webarch.org/category/linux我的生产环境是Centos5.6,由于需要提供ftp服务,就找了一款比较小巧的ftp服务器端软件,vsftpd(vsftpd 的名字代表”very secure FTP daemon”, 安全是它的开发者 Chris E...
分类:系统相关   时间:2015-05-22 20:58:19    阅读次数:147
[问题2015S11] 复旦高等代数 II(14级)每周一题(第十二教学周)
[问题2015S11] 证明: 任一复方阵都相似于一个复对称阵. 举例说明: 存在实方阵, 它不相似于实对称阵.问题解答请在以下网址下载:http://pan.baidu.com/share/home?uk=103502710#category/type=0
分类:其他好文   时间:2015-05-22 19:03:24    阅读次数:111
[Link]Gearman分布式任务处理系统
http://blog.csdn.net/jiao_fuyou/article/category/1745977http://www.cnblogs.com/cocowool/archive/2011/08/18/2145144.html参考资料:1、用 Gearman 分发 PHP 应用程序的工作...
分类:其他好文   时间:2015-05-22 00:31:02    阅读次数:186
15_exists型子查询
子查询: where型子查询 把内层的查询结果作为外层查询的比较条件。 from型子查询 把内层的查询结果作为临时表,供外层sql再次查询。 exists型子查询 把外层的查询结果,拿到内层,看内层的查询是否成立。 ------------------------------- exists子查询 把外层的查询结..
分类:其他好文   时间:2015-05-20 18:45:49    阅读次数:165
Android Monkey: “No activities found to run, monkey aborted”错误原因
用monkey测试app时,输入命令adb shell monkey -p com.example.test -v -500 发现报错,错误输入::Monkey: seed=13 count=500:IncludeCategory: android.intent.category.LAUNCHER:...
分类:移动开发   时间:2015-05-19 12:11:06    阅读次数:2875
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!