会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
preditctfuture
船停在港湾是很安全的,但那不是造船的目的!
博客园
首页
新随笔
联系
订阅
管理
2016年7月28日
数据仓库建模——维度建模
摘要: http://www.cnblogs.com/muchen/p/5310732.html
阅读全文
posted @ 2016-07-28 00:10 preditctfuture
阅读(121)
评论(0)
推荐(0)
2016年6月27日
git与github的使用
摘要: git是版本控制工具。 github是提供文件存放的网站,也有github客户端访问github。 安装完git 第一步,切换到E盘:cd e: 第二步,建立工作目录:mkdir work 第三步,初始化:git init 第四步,在github上新建账号,并建一个源。 第五步,生成ssh公钥:ss
阅读全文
posted @ 2016-06-27 22:20 preditctfuture
阅读(167)
评论(0)
推荐(0)
2016年6月22日
PHP——=> ->
摘要: => 是数组成员访问符号-> 是对象成员访问符号
阅读全文
posted @ 2016-06-22 21:04 preditctfuture
阅读(109)
评论(0)
推荐(0)
2016年6月19日
PHP——注释
摘要: <?php // 这是单行注释 # 这也是单行注释 /* 这是多行注释块 它横跨了 多行 */ ?> 这些需要在<?php ?>里面注释有效,否则会在页面中显示。
阅读全文
posted @ 2016-06-19 21:24 preditctfuture
阅读(135)
评论(0)
推荐(0)
2016年5月22日
Gridiew——表的内容居中
摘要: 添加如下代码:ItemStyle-HorizontalAlign="Center" 例子: <asp:BoundField DataField="ID" HeaderText="账号" SortExpression="ID" ItemStyle-HorizontalAlign="Center"/>
阅读全文
posted @ 2016-05-22 22:39 preditctfuture
阅读(233)
评论(0)
推荐(0)
ASP.NET——KindEditor文本编辑器——使用模板页显示异常问题
摘要: 引用地址:http://www.cnblogs.com/ForEvErNoME/archive/2012/06/15/2551424.html 只需要调整TextBox属性,加上ClientIDMode="Static" <asp:TextBox id="content" name="content
阅读全文
posted @ 2016-05-22 16:00 preditctfuture
阅读(268)
评论(0)
推荐(0)
2016年5月16日
ASP.NET——导入Excel数据
摘要: 原文:http://www.cnblogs.com/xiaopin/archive/2011/03/31/2001199.html 本代码目前只支持xls文件,不支持xlsx文件。 #endregion
阅读全文
posted @ 2016-05-16 17:17 preditctfuture
阅读(406)
评论(0)
推荐(0)
ASP.NET——输入验证——服务器验证
摘要: ASP.NET输入验证有两种方式: 1.使用表单提交数据(input),使用JS校验。 2.使用服务器控件(textbox),使用RegularExpressionValidator服务器控件校验。 本文讲述服务器控件校验,即RegularExpressionValidator语法规则: \d:表示
阅读全文
posted @ 2016-05-16 15:11 preditctfuture
阅读(263)
评论(0)
推荐(0)
2016年4月21日
JQuery——学习网址
摘要: http://www.cnblogs.com/iyangyuan/archive/2012/01/31/2801846.html
阅读全文
posted @ 2016-04-21 09:31 preditctfuture
阅读(132)
评论(0)
推荐(0)
JavaScript基础——调用
摘要: </script>一、调用外部js文件:<script src="js/jquery-1.12.3.min.js" type="text/javascript"></script> 二、内嵌js:<script type="text/javascript" language="javascript"
阅读全文
posted @ 2016-04-21 09:16 preditctfuture
阅读(177)
评论(0)
推荐(0)
下一页
公告