码迷,mamicode.com
首页 >  
搜索关键字:lex    ( 2392个结果
application下的JDBC操作
package com.zss.www; import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException; import com.mysql.jdbc.Connection;import com ...
分类:移动开发   时间:2017-03-30 00:23:46    阅读次数:199
Statistical Models and Social Science
1.1 Statistical Models and Social Reality KEY: With few exceptions, statistical data analysis describes the outcomes of real social processesand not t ...
分类:其他好文   时间:2017-03-28 21:42:28    阅读次数:141
php处理XML数据
把XML转换成对象直接调用里面的属性 <?php$note=<<<XML<note><to>Tove</to><from>Jani</from><heading>Reminder</heading> <body>Don't forget me this weekend!</body></note>X ...
分类:Web程序   时间:2017-03-24 15:57:45    阅读次数:163
org.apache.maven.plugins:maven-surefire-plugin:2.12.4异常
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project taotao-common: Execution de ...
分类:Web程序   时间:2017-03-23 18:22:01    阅读次数:1065
Flex 布局实例
如图: 代码如下: 1 <!DOCTYPE HTML> 2 <html> 3 <meta charset="utf-8"> 4 <head> 5 <link href="flex.css" rel="stylesheet" type="text/css"> 6 </head> 7 <body> 8 ...
分类:其他好文   时间:2017-03-23 02:32:37    阅读次数:280
[sj系统] phabricator系统升级
sj是公司产品bug管理 wiki一体化系统 ,很刁. 安装: http://www.cnblogs.com/chorulex/p/5381558.html 升级: https://phabricator.webfuns.net/book/phabricator/article/upgrading/... ...
分类:其他好文   时间:2017-03-22 20:18:00    阅读次数:176
LOG
即插即用^_^ TABLE:ZLOGDATA INCLUDE ZLYLOG,复制,激活 REPORT ZLYLOGP,显示: ...
分类:其他好文   时间:2017-03-22 16:09:38    阅读次数:242
托盘程序要点汇总
1.重启一个进程 var ss = "taskkill /im " + 进程名称 + " /f "; RunCmd(ss); ProcessStartInfo info = new ProcessStartInfo(); info.FileName =进程路径; var pro = Process. ...
分类:其他好文   时间:2017-03-21 12:23:02    阅读次数:211
手动实现IOC框架,与findViewById说拜拜
手动实现IOC框架,与findViewById说拜拜 转载请标明出处: http://blog.csdn.net/lisdye2/article/details/52049857 本文...
分类:其他好文   时间:2017-03-21 11:26:00    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!