Starting new blog series – explanation of various configuration parameters. I will of course follow no schedule or order – if I'd had to – it would...
分类:
其他好文 时间:
2015-12-01 01:28:18
阅读次数:
155
--并发程序运行信息SELECT REQUEST_ID, PROGRAM, actual_start_date 开始日期, ACTUAL_COMPLETION_DATE 完成日期, ROUND((TO_NUMBER(ACTUAL_COMPLETION_DATE - actual_start_date...
分类:
其他好文 时间:
2015-11-26 20:51:53
阅读次数:
133
第一步:用帐号登录mysql[root@CentOs5 ~]# mysql -u root或# mysql -uroot -p第二步:改变用户数据库mysql> use mysqlReading table information for completion of table and column...
分类:
数据库 时间:
2015-11-17 12:50:20
阅读次数:
162
UIscrollViewController *scrollView=[[UIscrollViewController alloc ]init]; [self presentViewController:scrollView animated:YES completion:nil];http...
分类:
移动开发 时间:
2015-11-03 22:36:56
阅读次数:
209
1、选择select2、异步选择WSAAsyncSelecct3、事件选择WSAEventSelect 100-500客户端使用4、重叠IO Verlapped IO5、完成端口Completion Port(常配合线程池,内存池技术一起使用) 10000-20...
ES(elasticsearch)的suggester共有四类(term suggester,phrase suggester,completion suggester,context suggester), 其中completion suggester作为搜索框中的自动补齐功能,尤为常用。本文将用...
分类:
编程语言 时间:
2015-10-24 21:55:02
阅读次数:
7688
创建事件语句:CREATE EVENT `事件名`ON SCHEDULEEVERY 1 DAY --每隔一天STARTS '2015-10-16 00:00:00' --从这个时间开始ON COMPLETION PRESERVEENABLE --开启DOcall update_t_tr_gpspoi...
分类:
数据库 时间:
2015-10-24 15:46:15
阅读次数:
232
iOS页面切换动画实现方式。 1.使用UIView animateWithDuration:animations:completion方法 Java代码 [UIView animateWithDuration:0.2f animations:^{ detail.view.frame = CG...
分类:
移动开发 时间:
2015-10-23 11:55:24
阅读次数:
186
目录:1. 完成端口的优点2. 完成端口程序的运行演示3. 完成端口的相关概念4. 完成端口的基本流程5. 完成端口的使用详解6. 实际应用中应该要注意的地方一. 完成端口的优点 1. 我想只要是写过或者想要写C/S模式网络服务器端的朋友,都应该或多或少的听过完成端口的大名吧,完成端口会充分利用Wi...
分类:
其他好文 时间:
2015-10-22 14:01:31
阅读次数:
327
最近刚刚学习ios的快速开发框架beeframework就遇到了个棘手的问题,在iOS 9.1下面会报类似的错*** Assertion failure in -[UIApplication _runWithMainScene:transitionContext:completion:], /Bui...
分类:
移动开发 时间:
2015-10-13 16:55:47
阅读次数:
255