//js代码//城市下拉列表 $("#selPro").change(function() { var option = ""; $.ajax({ type: "post", url: "homeHandler/HomeProvince.ashx", dataType: "json", data: ...
                            
                            
                                分类:
Web程序   时间:
2014-08-21 16:53:54   
                                阅读次数:
168
                             
                    
                        
                            
                            
                                jsp下拉框中显示数据库信息 <select>? <option?value=0>-- 请选择 --</option>? <%? dao?d=new?dao();// 这是那个数据库访问的类。 ? List?list=d.getData();? for(int?i=0;i<list.size();i++)? {? ...
                            
                            
                                分类:
数据库   时间:
2014-08-21 15:22:44   
                                阅读次数:
263
                             
                    
                        
                            
                            
                                POINT : 质因子分解;(仅给题解)http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=1721题意:给你两个整数m和n,求最大的k使...
                            
                            
                                分类:
其他好文   时间:
2014-08-21 14:50:14   
                                阅读次数:
233
                             
                    
                        
                            
                            
                                soft / hard Determines the recovery behavior of the NFS client after an NFS request times out. If neither option is ...
                            
                            
                                分类:
其他好文   时间:
2014-08-21 00:05:53   
                                阅读次数:
275
                             
                    
                        
                            
                            
                                方法1load data [local] infile 'filename' into table tablename[option]ields terminated by 'string'(字段分隔符,默认为字表符'\t');fields [optionally] enclosed by 'cha...
                            
                            
                                分类:
数据库   时间:
2014-08-20 19:29:52   
                                阅读次数:
254
                             
                    
                        
                            
                            
                                题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4613
数学统计...
                            
                            
                                分类:
其他好文   时间:
2014-08-20 12:35:02   
                                阅读次数:
155
                             
                    
                        
                            
                            
                                1:如果不想每次登陆都输入密码,可以在你打开的session里邮件session option->login action 选中automate logon 双击ogin 和assword分别输入用户名和密码就行了,telnet的命令符为〉,敲入指令的命令符为#2:如果在global option-...
                            
                            
                                分类:
其他好文   时间:
2014-08-20 02:30:15   
                                阅读次数:
203
                             
                    
                        
                            
                            
                                1、ORA-00942: table or view does not exist指的你要操作的表尚未存在,需要先create出来先。2、ORA-00922: missing or invalid option指的是有语法错误。遗漏了分号什么的3、Warning: Procedure created...
                            
                            
                                分类:
数据库   时间:
2014-08-20 01:13:16   
                                阅读次数:
539
                             
                    
                        
                            
                            
                                jQuery.Callbacks是jquery在1.7版本之后加入的,是从1.6版中的_Deferred对象中抽离的,主要用来进行函数队 列的add、remove、fire、lock等操作,并提供once、memory、unique、stopOnFalse四个option进行一些特 殊的控制,这是j...
                            
                            
                                分类:
Web程序   时间:
2014-08-19 20:23:25   
                                阅读次数:
265
                             
                    
                        
                            
                            
                                grep的命令格式:grep[OPTION]...PATTERN[FILE]...根据指定的pattern搜索FILE,并显示匹配的行。grep默认使用基本正则表达式。OPTIONS:正则表达式选择:-E,--extend-regexp:pattern使用扩展正则表达式(ERE0-F,--fixed-strings:pattern使用固定字符串-G,--basic-regexp:pattern..
                            
                            
                                分类:
其他好文   时间:
2014-08-19 19:18:46   
                                阅读次数:
324