会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Peter_Youny
三分天注定,七分靠打拼,爱拼才会赢!
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
···
10
下一页
2013年3月20日
建立ASP.NET Web服务步骤详解
摘要: http://www.189works.com/article-100108-1.html
阅读全文
posted @ 2013-03-20 18:00 Peter_youny
阅读(148)
评论(0)
推荐(0)
2013年3月14日
asp.net 如何判断用户终端
摘要: string sUserAgent = Request.UserAgent.ToLower(); bool bIsIpad = Regex.IsMatch(sUserAgent, "ipad"); bool bIsIphoneOs = Regex.IsMatch(sUserAgent, "iphone"); bool bIsAndroid = Regex.IsMatch(sUserAgent, "android"); bool bIsWP = Regex.IsMatch(sUserAgent, "windows phone&
阅读全文
posted @ 2013-03-14 10:13 Peter_youny
阅读(279)
评论(0)
推荐(0)
2013年3月12日
asp.net ajax
摘要: <script language="javascript" type="text/javascript"> function CheckUser() { var userName = $("#tbName").val(); $.ajax({ type: "GET", url: "CheckUser.ashx", data: "name=" + userName, dataType: 'html', ...
阅读全文
posted @ 2013-03-12 13:27 Peter_youny
阅读(151)
评论(0)
推荐(0)
2013年3月11日
asp.net导出Excel完整代码,乱码解决方案
摘要: protected void btnExcel_Click(object sender, EventArgs e) { List<bUFlow.Model.orderhistory> orderlist = dal.GetOrderList2(""); string filename = "3g流量网龄升级计划用户表"; string name1 = filename; string bname = Common.MyRequest.GetBrowserName().ToLower(); if (bname.Con...
阅读全文
posted @ 2013-03-11 17:47 Peter_youny
阅读(251)
评论(0)
推荐(0)
2013年2月20日
autowired
摘要:
阅读全文
posted @ 2013-02-20 16:50 Peter_youny
阅读(119)
评论(0)
推荐(0)
spring中的bean
摘要:
阅读全文
posted @ 2013-02-20 16:45 Peter_youny
阅读(150)
评论(0)
推荐(0)
Extjs 之获取数据
摘要: //获取数据 v Ext.Ajax.request({ url: ctx + '/menuItem/load.ssm', method : 'post', params : { 'menuItemWid' : current_edit_menuitem_wid }, success : function(response, options) { ...
阅读全文
posted @ 2013-02-20 15:16 Peter_youny
阅读(209)
评论(0)
推荐(0)
2013年2月19日
ExtJs 之GridPanel实例2
摘要: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JSP Page</title> <script type="text/javascript" src="../ext-3.4.0/adapter/ext/ext-base.js"></script> <script type="text/j
阅读全文
posted @ 2013-02-19 17:30 Peter_youny
阅读(513)
评论(0)
推荐(0)
ExtJs 之GridPanel实例
摘要: <div id="grid-div"></div> <script> Ext.onReady(function(){ var cm = new Ext.grid.ColumnModel([ //设置好表的列头 {header:'编号',dataIndex:'id',sortable:true}, //{首部显示文本,列对应的记录集字段,列是否排序(sortable)} {header:'名称',dataI...
阅读全文
posted @ 2013-02-19 14:25 Peter_youny
阅读(179)
评论(0)
推荐(0)
ExtJS 之Panel实例
摘要: 转载自:http://rhyme.blog.51cto.com/328158/81339 <div id="hello"></div> <script>// panel Ext.onReady(function(){ new Ext.Panel({ renderTo:"hello", //D...
阅读全文
posted @ 2013-02-19 13:38 Peter_youny
阅读(163)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
10
下一页
公告