会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zipon
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
27
28
29
30
31
32
33
34
35
下一页
2016年8月31日
angular实时显示checkbox被选中的元素
摘要: 出处: http://www.cnblogs.com/CheeseZH/
阅读全文
posted @ 2016-08-31 15:06 zipon
阅读(4812)
评论(0)
推荐(0)
2016年8月29日
oracle查询正在执行的语句以及正被锁的对象
摘要: --查询Oracle正在执行的sql语句及执行该语句的用户 [sql] view plain copy SELECT b.sid oracleID, b.username 登录Oracle用户名, b.serial#, spid 操作系统ID, paddr, sql_text 正在执行的SQL, b
阅读全文
posted @ 2016-08-29 14:35 zipon
阅读(546)
评论(0)
推荐(0)
2016年8月28日
angular中ng-repeat去重
摘要: [html] view plain copy print?在CODE上查看代码片派生到我的代码片 {{x.id}}---{{x.name}}
阅读全文
posted @ 2016-08-28 16:09 zipon
阅读(1894)
评论(0)
推荐(0)
2016年8月23日
接口自动化测试框架--http请求的get、post方法的实现
摘要: 已知两种方法。一种是通过httpclient实现(貌似很简单,以后看一下),一种是以下方法: Client实现:
阅读全文
posted @ 2016-08-23 14:47 zipon
阅读(1695)
评论(1)
推荐(0)
2016年8月16日
mock数据。根据表中一天的数据模拟其他日期的数据
摘要: package test; import java.sql.*; import java.text.SimpleDateFormat; import java.util.*; import java.util.Date; public class JDBCTest { public static void main(String[] args) { // 驱动程序名 String...
阅读全文
posted @ 2016-08-16 18:06 zipon
阅读(1343)
评论(0)
推荐(0)
2016年8月15日
spring applicationContext.xml详解及模板
摘要: applicationContext.xml 文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.
阅读全文
posted @ 2016-08-15 17:24 zipon
阅读(34463)
评论(1)
推荐(3)
testNG
摘要: 命令行执行: java -Dtestng.test.classpath="c:/build;c:/java/classes;" org.testng.TestNG testng.xml
阅读全文
posted @ 2016-08-15 16:54 zipon
阅读(227)
评论(0)
推荐(0)
2016年8月13日
通过new ClasspathApplicationContext("applicationContext.xml")找不到文件时
摘要: 可以把applicationContext.xml放到/WEB-INF/classes目录下使用先说:ClassPathXmlApplicationContext 这个类,默认获取的是WEB-INF/classes/下的路径,也就是在myeclipse的src下的路径,所以用这个是获取不到WEB-I
阅读全文
posted @ 2016-08-13 05:00 zipon
阅读(6302)
评论(0)
推荐(0)
intellij idea 激活
摘要: 2022-09-14更新 https://chenjunan.top/detail/Detail?id=13 激活步骤 https://chenjunan.top/img/activate/idea-new.txt 激活码 无限试用方式 第①步、在Settings/Preferences... ->
阅读全文
posted @ 2016-08-13 02:04 zipon
阅读(1888)
评论(0)
推荐(0)
2016年8月6日
spring 找不到applicationContext.xml解决方法
摘要: 初学Spring在用Resource rs=new ClassPathResource("applicationContext.xml");时老是遇到这个错误。后来发现用ApplicationContext ctx=new FileSystemXmlApplicationContext("WebCo
阅读全文
posted @ 2016-08-06 16:15 zipon
阅读(8484)
评论(0)
推荐(0)
上一页
1
···
27
28
29
30
31
32
33
34
35
下一页
公告