摘要: namespace sharpGLTest03 { // 主表单类 public partial class SharpGLForm : Form { /// <summary> /// Initializes a new instance of the <see cref="SharpGLForm"/> class. /// </summary> public SharpGLForm() { I 阅读全文
posted @ 2019-08-15 14:52 一叶之灵 阅读(1187) 评论(0) 推荐(0) 编辑
摘要: namespace sharpGLTest02 { public partial class Form1 : Form { private int mtype = 3; public Form1() { InitializeComponent(); } //初始化 private void openGLControl1_OpenGLInitialized(object sender, EventA 阅读全文
posted @ 2019-08-15 14:51 一叶之灵 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: 参考文章:https://www.cnblogs.com/hackpig/p/5770458.html 说明:关于SharpGL的学习文章均参考该作者的博客 阅读全文
posted @ 2019-08-15 14:47 一叶之灵 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 一、使用最原始的javax.xml.parsers,标准的jdk api // 字符串转XML String xmlStr = /"....../"; StringReader sr = new StringReader(xmlStr); InputSource is = new InputSour 阅读全文
posted @ 2019-08-15 14:41 一叶之灵 阅读(15758) 评论(0) 推荐(0) 编辑
摘要: 1、引入jar包 具体可参考网路 2、修改web.xml <!--注册一个用于接收其他工程向本工程发送的webservice请求的请求接收器--> <servlet> <servlet-name>CXFServlet</servlet-name> <servlet-class>org.apache. 阅读全文
posted @ 2019-08-15 14:27 一叶之灵 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/qq_40763929/article/details/83067921 首先查询你的 eclipse 的版本 号 :打开eclipse文件位置 -->打开Readme文件夹 ,点击里面的文件,然后如下图,例如我的eclipse版本是:Relea 阅读全文
posted @ 2019-08-15 10:04 一叶之灵 阅读(3140) 评论(0) 推荐(1) 编辑
摘要: 1、批量更新update 2、批量插入insert 阅读全文
posted @ 2019-08-15 09:40 一叶之灵 阅读(2754) 评论(0) 推荐(0) 编辑
摘要: MySQL:select * from table where ctime >= CURDATE() and ctime <DATE_SUB(CURDATE(),INTERVAL -1 DAY); XML: <select id="selectByUidToday" parameterType="j 阅读全文
posted @ 2019-08-15 09:39 一叶之灵 阅读(293) 评论(0) 推荐(0) 编辑
摘要: <div class="" > <span class="">共有数据:<strong>${fn:length(list)</strong>条</span> </div> 阅读全文
posted @ 2019-08-15 09:07 一叶之灵 阅读(405) 评论(0) 推荐(0) 编辑
摘要: var today = new Date(); var submitTime = today.getFullYear() + ' - ' + (today.getMonth() + 1) + ' - ' + today.getDate(); $("#khsj").attr('value' , sub 阅读全文
posted @ 2019-08-15 09:05 一叶之灵 阅读(632) 评论(0) 推荐(0) 编辑