摘要: datatable 服务端分页 因项目需求变动,需处理大量数据,更改成服务端分页,自己两天的学习笔记 先上图【 jqueryui风格】 前端代码: @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" conten 阅读全文
posted @ 2016-08-24 15:18 S_Wilson 阅读(2614) 评论(0) 推荐(1) 编辑
摘要: update Table set content= replace(content,'222','') ERROR Argument data type text is invalid for argument 1 of replace function 更改为 update Table set c 阅读全文
posted @ 2019-08-02 16:02 S_Wilson 阅读(1453) 评论(0) 推荐(0) 编辑
摘要: try { //1.首先创建一个作业调度池 var properties = new NameValueCollection(); properties["quartz.threadPool.type"] = "Quartz.Simpl.SimpleThreadPool, Quartz"; prop 阅读全文
posted @ 2019-04-19 16:59 S_Wilson 阅读(1612) 评论(1) 推荐(0) 编辑
摘要: SecondaryBuffer DirectSound DirectX 声卡,播放,多声卡,分区域播放,指定声卡播放,消息队列 C# .net 分区域,多声卡;同时播放;消息等待 有需求的联系:935299029 注明:声卡播放 阅读全文
posted @ 2018-07-28 14:41 S_Wilson 阅读(981) 评论(0) 推荐(0) 编辑
摘要: 关于使用WORD+OUTLOOK 群发的教程(图文版),需要的工具:一般Microsoft Office 2007 以上版本含有此教程需要的两个工具OUTLOOK 和WORD。(下图) 下面是利用word 群发邮件的方法步骤。 在此之前要求业务员本身有良好的整理客户资料的习惯。Excel 表格要登记 阅读全文
posted @ 2017-03-25 11:41 S_Wilson 阅读(2055) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2017-03-24 15:05 S_Wilson 阅读(381) 评论(0) 推荐(0) 编辑
摘要: <html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><meta name="viewport" content="initial-scale=1.0, user-scalable=no" 阅读全文
posted @ 2017-01-05 17:18 S_Wilson 阅读(2252) 评论(0) 推荐(0) 编辑
摘要: String result= "fial"; String username=request.getParameter("username"); String pwd=request.getParameter("password"); if(username.equals("admin")&&pwd 阅读全文
posted @ 2016-11-21 12:03 S_Wilson 阅读(3033) 评论(0) 推荐(0) 编辑
摘要: 项目流程 第一步:创建一个java webproject第二步:创建三个界面,1,login.jsp 2 success.jsp 3 fail.jsp第三步:更改新建界面编码格式,utf-8 默然编码格式会中文乱码。第四步:把当前新建项目添加到tomcat服务器,并启动服务器,查看界面效果第五步:浏 阅读全文
posted @ 2016-11-18 22:23 S_Wilson 阅读(917) 评论(0) 推荐(0) 编辑
摘要: 把excel 表作为一个数据源进行读取 1 /// <summary> 2 /// 读取Excel单个Sheet 3 /// </summary> 4 /// <param name="Path">Excel路径</param> 5 /// <returns>返回dataset</returns> 阅读全文
posted @ 2016-08-29 09:40 S_Wilson 阅读(833) 评论(0) 推荐(0) 编辑
摘要: datatable 服务端分页 因项目需求变动,需处理大量数据,更改成服务端分页,自己两天的学习笔记 datatable 1.10.7 百度云下载 密码:0ea1 先上图【 jqueryui风格】 "bJQueryUI": false, //是否使用 jQury的UI theme 默认风格 查询效果 阅读全文
posted @ 2016-08-24 22:59 S_Wilson 阅读(1614) 评论(0) 推荐(0) 编辑