上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 142 下一页
摘要: // Only override drawRect: if you perform custom drawing. // An empty implementation adversely affects performance during animation. - (void)drawRect: 阅读全文
posted @ 2017-05-06 15:48 wzjhoutai 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 本文主要探讨了JavaScript事件在WebKit中的注冊和触发机制。 JS事件有两种注冊方式: 通过DOM节点的属性加入或者通过node.addEventListener()函数注冊; 通过DOM节点的属性加入例如以下所看到的,节点的属性採用on后面紧接event name的形式,比方oncli 阅读全文
posted @ 2017-05-06 14:54 wzjhoutai 阅读(323) 评论(0) 推荐(0) 编辑
摘要: GuozhongCrawler QQ群 202568714 教程源代码下载地址:http://pan.baidu.com/s/1pJBmerL GuozhongCrawler内置三大PageDownloader。各自是採用HttpClient作为内核下载的DefaultPageDownloader、 阅读全文
posted @ 2017-05-06 13:43 wzjhoutai 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 一、数据库中表的复杂查询 1)连接查询 1.0连接的基本的语法格式: from TABLE1 join_type TABLE2 [on (join_condition)][where (query_condition)] TABLE1:左表 TABLE2:右表 join_type:连接的类型。交叉、 阅读全文
posted @ 2017-05-06 12:09 wzjhoutai 阅读(264) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <title>Simple app</title> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.6/angular.js"></script> </head> <body> <div n 阅读全文
posted @ 2017-05-06 11:02 wzjhoutai 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 利用Modal方法。事实上就是以下两个方法的运用。Modal方式的切换效果是从底部呈现。 -(void)clickModal{ WPViewController *wp=[[WPViewController alloc]init]; [self presentViewController:wp an 阅读全文
posted @ 2017-05-06 09:54 wzjhoutai 阅读(183) 评论(0) 推荐(0) 编辑
摘要: Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example, "A man, a plan, a canal: Pa 阅读全文
posted @ 2017-05-06 09:15 wzjhoutai 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 网上一个连接mysql的jsp代码段,给了数据库的备份文件。可是仅仅有frm,mysql的每张表有三个文件。各自是,*.frm是描写叙述了表的结构。*.MYD保存了表的数据记录。*.MYI则是表的索引,查了下资料,原来仅仅有frm文件也能导入。 步骤例如以下:1.在mysql文件夹下的data文件夹 阅读全文
posted @ 2017-05-05 20:43 wzjhoutai 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 博主这几天就准备离职了,以后不再做.Net开发。因此这应该是我写的最后一篇关于dev控件的博文。既然是最后一篇,那就写的具体一些。画个圆满的省略号...... 本文介绍gridcontrol怎样实现复选框功能。网上有几篇这种文章,但功能不够完好,按它做的还有问题。因此我就具体的介绍我的一下实现方法供 阅读全文
posted @ 2017-05-05 19:48 wzjhoutai 阅读(3670) 评论(0) 推荐(0) 编辑
摘要: 错误信息:ext/iconv/.libs/iconv.o(.text+0x30e2): In function `php_iconv_stream_filter_factory_create':/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c 阅读全文
posted @ 2017-05-05 18:18 wzjhoutai 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 142 下一页