Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in the or ...
                            
                            
                                分类:
其他好文   时间:
2017-07-01 20:12:57   
                                阅读次数:
207
                             
                         
                    
                        
                            
                            
                                    Write an algorithm to determine if a number is "happy". A happy number is a number defined by the following process: Starting with any positive intege... ...
                            
                            
                                分类:
其他好文   时间:
2017-07-01 12:46:11   
                                阅读次数:
137
                             
                         
                    
                        
                            
                            
                                执行结果例如以下: main thread starting… Thrad 2 staring… Thrad 2 end… Thrad 4 staring… Thrad 4 end… Thrad 1 staring… Thrad 1 end… Thrad 3 staring… Thrad 3 end ...
                            
                            
                                分类:
其他好文   时间:
2017-06-30 23:52:17   
                                阅读次数:
176
                             
                         
                    
                        
                            
                            
                                离线Chrome插件安装文件(crx)的安装方法1.谷歌浏览器: 右上角的自定义及控制按钮,在下拉框中选择工具选项,然后点击扩展程序来启动Chrome浏览器的扩展管理器页面。2.在打开的谷歌浏览器的扩展管理器中用户可以看到一些已经安装程序的Chrome插件,或者一个Chrome插件也没有。3.找到自 ...
                            
                            
                                分类:
其他好文   时间:
2017-06-30 09:43:02   
                                阅读次数:
235
                             
                         
                    
                        
                            
                            
                                    "> My JSP 'el.jsp' starting page --> request--->session--->application 有个疑问?? session.setAttribute("stu",student); requestScope.stu??... ...
                            
                            
                                分类:
Web程序   时间:
2017-06-29 17:35:18   
                                阅读次数:
202
                             
                         
                    
                        
                            
                            
                                1、准备工作 选首先安装这几个软件:GCC,PCRE(Perl Compatible Regular Expression),zlib,OpenSSL。 Nginx是C写的,需要用GCC编译;Nginx的Rewrite和HTTP模块会用到PCRE;Nginx中的Gzip用到zlib; 用命令“# g... ...
                            
                            
                                分类:
系统相关   时间:
2017-06-28 19:04:14   
                                阅读次数:
238
                             
                         
                    
                        
                            
                            
                                salt '*' sys.state_doc service salt-minion: ---------- service: Starting or restarting of services and daemons =======================================... ...
                            
                            
                                分类:
其他好文   时间:
2017-06-27 12:57:51   
                                阅读次数:
338
                             
                         
                    
                        
                            
                            
                                1 修改MySQL的登录设置 # vi /etc/my.cnf 在[mysqld]的中加上一句:skip-grant-tables 2 重新启动mysqld # /etc/init.d/mysqld restart Stopping MySQL: [ OK ] Starting MySQL: [ O ...
                            
                            
                                分类:
数据库   时间:
2017-06-26 13:39:21   
                                阅读次数:
214
                             
                         
                    
                        
                            
                            
                                goldengate默认仅仅是依照创建表时,列的顺序来运行数据的复制过程。所以当两端的表有不同的name、length、type、顺序的时候,goldengate不会识别。会错误发生的现象。这个时候就须要使用definition file来正确的进行表的映射。使用definition file仅仅要 ...
                            
                            
                                分类:
其他好文   时间:
2017-06-25 16:57:39   
                                阅读次数:
196
                             
                         
                    
                        
                            
                            
                                    参考视频教程 http://study.163.com/course/ http://www.bilibili.com/video/av8915600/ 首先在桌面新建一个文件夹test,然后在终端切入该目录 接输入命令 如果看的是linux环境的视频教程会发现,命令有点不同。linux下为 dja ...