会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhang wei 's BLOG
qq:1576410833 软件交流群:195724586 awbeci地址:http://www.awbeci.com/zhangwei
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
20
21
22
23
24
25
26
27
28
···
61
下一页
2014年6月26日
C# 数组CopyTo
摘要: private void button1_Click(object sender, RoutedEventArgs e) { int[] copy1 = { 1, 2, 3, 4 }; int[] copy2 = { 5, 6, 7, 8 }; ...
阅读全文
posted @ 2014-06-26 14:58 Seaurl
阅读(8003)
评论(0)
推荐(3)
2014年6月23日
sql replace
摘要: update dbo.EquipmentAttribute set AttributeName=replace(AttributeName,' ','') where EquipmentID=83 and id =1308
阅读全文
posted @ 2014-06-23 14:31 Seaurl
阅读(190)
评论(0)
推荐(0)
jquery ajax超时设置
摘要: var ajaxTimeoutTest = $.ajax({ url:'', //请求的URL timeout : 1000, //超时时间设置,单位毫秒 type : 'get', //请求方式,get或post data :{}, //请求所传参数,json格式...
阅读全文
posted @ 2014-06-23 09:24 Seaurl
阅读(278)
评论(0)
推荐(0)
2014年6月20日
tomcat绑定域名
摘要: 现在很多的公司的网站都是用tomcat作为应用服务区的,可是对于初学者,8080端口号是如何去掉的,这些网站是如何和域名绑定到一起的呢?一个tomcat是如何绑定多域名?并且这些域名是如何对应不同的项目呢?而且我的服务器没放在机房,放在我的本地,我应该如何把我的服务器给映射到外网?这一系列的问题,今...
阅读全文
posted @ 2014-06-20 17:28 Seaurl
阅读(354)
评论(0)
推荐(0)
.Net webservice动态调用
摘要: 直接贴代码吧 public class PmsService { /// /// pms接口 /// /// 接口传递数据类 /// public string InvokeService(InvokeBaseDa...
阅读全文
posted @ 2014-06-20 09:37 Seaurl
阅读(217)
评论(0)
推荐(0)
2014年6月19日
JAVA SSH 框架介绍
摘要: SSH 为 struts+spring+hibernate 的一个集成框架,是目前较流行的一种JAVA Web应用程序开源框架。 Struts Struts是一个基于Sun J2EE平台的MVC框架,主要是采用Servlet和JSP技术来实现的。由于Struts能充分满足应用开发的需求,简单...
阅读全文
posted @ 2014-06-19 08:45 Seaurl
阅读(384)
评论(0)
推荐(0)
2014年6月17日
第一个Nodejs程序
摘要: 我的第一个Nodejs程序:Hello World var http = require("http");http.createServer(function(request, response) { response.writeHead(200, {"Content-Type": "text/...
阅读全文
posted @ 2014-06-17 10:49 Seaurl
阅读(309)
评论(0)
推荐(0)
2014年6月13日
linux-CentOS6.4下安装oracle11g详解
摘要: 参考地址:http://dengqsintyt.iteye.com/blog/1991930
阅读全文
posted @ 2014-06-13 16:58 Seaurl
阅读(169)
评论(0)
推荐(0)
CentOS 6.5系统上安装MySQL数据库
摘要: 1、查看系统是否安装了MySQL 使用命令: #rpm -qa | grep mysql 2、卸载已安装的MySQL 卸载mysql命令如下: #rpm -e --nodeps mysql-libs-5.1.61-4...
阅读全文
posted @ 2014-06-13 16:38 Seaurl
阅读(313)
评论(0)
推荐(0)
CentOS6.5安装tomcat7
摘要: 把下载的apache-tomcat-7.0.19.tar.gz文件上传到服务器的根目录 #tar zxvf apache-tomcat-7.0.19.tar.gz #mv apache-tomcat-7.0.19 apache-tomcat #vim /etc/profile...
阅读全文
posted @ 2014-06-13 09:18 Seaurl
阅读(219)
评论(0)
推荐(0)
上一页
1
···
20
21
22
23
24
25
26
27
28
···
61
下一页
公告