摘要: 1.1序 1.2 java 通用 java动态调用webSerice ssh+junit测试 tomcat 或者idea 有警告 Unable to add the resource at XXXXX 一个图书管理系统 从jdbc和德鲁伊开始 1.3前端 easyui dasyui-datagrid 阅读全文
posted @ 2023-12-30 14:52 伪装大牛 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 将博客搬至CSDN 阅读全文
posted @ 2024-04-10 15:42 伪装大牛 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 其他随笔 1. jdbc idea新建一个普通maven模块jdbctest 引入依赖 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.33</versi 阅读全文
posted @ 2024-01-22 14:55 伪装大牛 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 其他随笔 修改apache-tomcat-8.0.51\conf\context.xml 在Context节点增加或修改 单位kb<Resources cachingAllowed="true" cacheMaxSize="1024000" /> 阅读全文
posted @ 2024-01-13 13:16 伪装大牛 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 相关随笔 这个只要再初始化表个后 加上如下代码,但注意更新操作或者多次不同接口loadData时 一定要指定每一个列的类型,否则过滤框会丢失 $('#easyui表格id').datagrid('enableFilter',[{ field: 'FaultNo', type: 'text' },{ 阅读全文
posted @ 2024-01-12 16:27 伪装大牛 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 其他文章列表 easyui 有个remoteSort属性 服务器排序,默认为true,设置为false则本地排序, $("#tbl").datagrid({ sortName: "createDate",//定义那些列可以排序,多个列用逗号隔开 sortOrder: "desc", //asc re 阅读全文
posted @ 2023-12-30 15:17 伪装大牛 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 其他随笔public class test { @BeforeClass public static void bb(){//必须为静态 System.out.println("class"); } ApplicationContext ctx = new FileSystemXmlApplicat 阅读全文
posted @ 2023-12-21 13:54 伪装大牛 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 其他随笔package com.smp.common; import serverInfo.ServerInfo; import javax.xml.soap.*; import javax.xml.transform.Source; import javax.xml.transform.Trans 阅读全文
posted @ 2023-12-15 13:13 伪装大牛 阅读(54) 评论(0) 推荐(0) 编辑
摘要: js中有六个false的值 console.log(Boolean(false)) console.log(Boolean(undefined)) console.log(Boolean("")) console.log(Boolean(0)) console.log(Boolean(null)) 阅读全文
posted @ 2023-11-24 15:20 伪装大牛 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 其他章节function BillEdit(Jquerygrd) { var self = this; this.grd = Jquerygrd this.editIndex = undefined this.GetCurrentIndex=function (){ let index=null l 阅读全文
posted @ 2023-11-20 14:55 伪装大牛 阅读(106) 评论(0) 推荐(0) 编辑