• 博客(0)
  • 资源 (10)

空空如也

在线手机短信发送程序开发

在线手机短信发送程序开发

2013-12-03

远程数据导入|更新

--打开远程连接命令,不打开不可以执行 exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure

2013-12-03

tomcat启动|退出执行事件

tomcat启动|退出执行事件类: import java.io.File; import java.io.FileWriter; import java.io.IOException; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; import javax.servlet.http.HttpServlet; public class Test extends HttpServlet implements ServletContextListener { // 服务器停止时执行该事件 public void contextDestroyed(ServletContextEvent sce) { DeleteFile();// 删除启动服务器时建立的文件 } // 服务器启动时执行该事件 public void contextInitialized(ServletContextEvent sce) { WriteFile();// 添加一个新的文本文件 }

2013-12-03

java获取新浪股票信息

java获取新浪股票信息

2013-12-03

java获取新浪天气代码

java获取新浪天气代码

2013-12-03

java开发的摄像头调用程序

一个java开发的摄像头程序,可以用于某些项目在操作过程中摄入操作者头像的功能中

2013-07-02

apache-ant-1.9.1-bin.zip

apache tomcat ant 工具,与jbpm整合工具,java操作执行定时器

2013-07-02

仿百度文库实现文档在线预览

仿百度文库实现文档在线预览,包括代码,及备注说明

2013-07-02

web开发验证码项目实例文件

char mapTable[] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'A','B','C','D','E','F','G','H','I','J','K','L','M', 'N','O','P','Q','R','S','T','U','V','W','X','Y','Z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9' }; int width=0; int height=0; if (width <= 0) width = 60; if (height <= 0) height = 20;

2010-08-11

modbus协议存取数据指令

包括modbus 协议的原理及读数\存数指令,很全的资料

2010-08-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除