分类:
Web开发 时间:
2016-01-19 19:27:40
收藏:
0 评论:
0 赞:
0 阅读:
225
实现无图片的圆角输入框而烦恼吗,其实用css3新添加的radius属性就能轻松结局这个问题。其中-webkit-border-radius: 5px; 是chrome和safari的专有属性,-moz-border-radius: 5px;是firefoe的专有属性,当然,万恶的IE6是不支持这个属...
分类:
Web开发 时间:
2016-01-19 19:26:10
收藏:
0 评论:
0 赞:
0 阅读:
218
The C# standard only listsdoubleandfloatas floating points available (those being the C# shorthand forSystem.DoubleandSystem.Single),but thedecimaltyp...
分类:
Web开发 时间:
2016-01-19 19:25:00
收藏:
0 评论:
0 赞:
0 阅读:
284
本文转自:http://blog.csdn.net/djun100/article/details/24237371这是关于FastJson的一个使用Demo,在Java环境下验证的[java]view plaincopyclassUser{privateintid;privateStringnam...
分类:
Web开发 时间:
2016-01-19 19:21:01
收藏:
0 评论:
0 赞:
0 阅读:
310
js中获得当前时间是年份和月份js中获得当前时间是年份和月份,形如:201208//获取完整的日期var date=new Date;var year=date.getFullYear();var month=date.getMonth()+1;month =(month<10 ? "0"+mont...
分类:
Web开发 时间:
2016-01-19 19:19:20
收藏:
0 评论:
0 赞:
0 阅读:
221
Today, forget to close ajax cache which leads to duplicate result from cacheas to Jquery, this way, I do not need to create some math random token for...
分类:
Web开发 时间:
2016-01-19 19:19:00
收藏:
0 评论:
0 赞:
0 阅读:
154
01 内联Html Helpers 1 @helper listItems(string[] items) 2 { 3 4 @foreach (var item in items) 5 { 6 @item 7 } 8 ...
分类:
Web开发 时间:
2016-01-19 19:17:20
收藏:
0 评论:
0 赞:
0 阅读:
286
使用方法3个简单步骤对于其他API调用,看到演示。//显示一个信息没有标题toastr.info('Are you the 6 fingered man?')其他选项/显示一个警告,没有标题toastr.warning('My name is Inigo Montoya. You killed my...
分类:
Web开发 时间:
2016-01-19 19:16:00
收藏:
0 评论:
0 赞:
0 阅读:
200
VS2010创建一个com dll 供php调用: 步骤如图: 接下来创建添加一个类,简称为MyClass,progid最好也写一个。 在类视图IMyClass添加一个方法 返回类型不可修改,返回值需要指定【参数特性】为out。 接下来在MyClass.cpp里修改函数实现代码。 这样一个简单的co...
分类:
Web开发 时间:
2016-01-19 19:15:41
收藏:
0 评论:
0 赞:
0 阅读:
238
1 success:function(data){ 2 if(data.xx == "xx") 3 { 4 //code... 5 window.location.href ="success.aspx"; 6 } 7 if(data.xx == "ss") 8 {...
分类:
Web开发 时间:
2016-01-19 19:14:50
收藏:
0 评论:
0 赞:
0 阅读:
169
开源地址:https://github.com/dunitian/LoTHTML5/tree/master/LoTVideo第一步引入lotvideo.js(先确认在这个前面引入了jq包)第二步:传入video的id 在video原有的基础上支持暂停播放,快进,调声音等等功能
分类:
Web开发 时间:
2016-01-19 19:14:21
收藏:
0 评论:
0 赞:
0 阅读:
160
Reference: http://closedxml.codeplex.com/add namespace:usingClosedXML.Excel;usingSystem.IO;Method: publicvoidExportDataToExcel(DataTabledt,stringfile....
分类:
Web开发 时间:
2016-01-19 19:13:40
收藏:
0 评论:
0 赞:
0 阅读:
206
1.开源中国社区 http://www.oschina.net/2.麦子学院http://www.maiziedu.com/3.慕课网http://www.imooc.com/4.码农网http://www.codeceo.com/5.推酷http://course.tuicool.com/6.中国...
分类:
Web开发 时间:
2016-01-19 19:13:00
收藏:
0 评论:
0 赞:
0 阅读:
158
模板:获取验证码脚本:// 生成六位数字验证码 $(".code").html(null); function createCode() { var code = ""; var length = 6; var i; var str...
分类:
Web开发 时间:
2016-01-19 19:12:40
收藏:
0 评论:
0 赞:
0 阅读:
197
http://blog.csdn.net/ycwol/article/details/41824371?utm_source=tuicool&utm_medium=referral最近在用kindeditor 编辑器,在上传本地图片的时候遇到了点问题,不能正确的上传。现在把使用 kindeditor...
分类:
Web开发 时间:
2016-01-19 19:10:41
收藏:
0 评论:
0 赞:
0 阅读:
253
JSP是Java Server Pages的三个单词的缩写。也就是server端的Java页面。JSP的凝视方法由三种:1、HTML凝视,。这样的凝视client可见,存在安全隐患。2、JSP凝视,3、Java脚本凝视。在JSP脚本中使用Java的三种凝视。指令标签是用于定义整个JSP页面相关信息。...
分类:
Web开发 时间:
2016-01-19 19:07:20
收藏:
0 评论:
0 赞:
0 阅读:
246
安装PHP 7安装依赖包确保安装之前有安装gd,png,curl,xml等等lib开发库。如果不确定,执行以下命令:yum install gcc make gd-devel libjpeg-devel libpng-devel libxml2-devel bzip2-devel libcurl-d...
分类:
Web开发 时间:
2016-01-19 19:07:00
收藏:
0 评论:
0 赞:
0 阅读:
339
先上效果图:默认“今日”是选中状态,是行内样式:今日上面的日期都是点击才会切换颜色:点击其它颜色,“今日”颜色更换成灰色再次点击“今日”,还原回默认状态颜色在除“今日”外的其它任一个日期中添加一个点击事件,可以实现【改变“今日”默认颜色状态】在“今日”的点击事件中添加【还原‘‘今日’’的默认状态颜色...
分类:
Web开发 时间:
2016-01-19 19:06:10
收藏:
0 评论:
0 赞:
0 阅读:
131
转:http://www.cnblogs.com/yongfa365/archive/2010/05/10/NPOI-MyXls-DataTable-To-Excel-From-Excel.html
分类:
Web开发 时间:
2016-01-19 19:06:00
收藏:
0 评论:
0 赞:
0 阅读:
266
如果想禁止浏览器从本地缓存中调阅页面,可以设置网页不保存在缓存中,每次访问都刷新页面,下面是Meta在这方便的用法,需要的朋友可以参考下:转自:脚本之家
分类:
Web开发 时间:
2016-01-19 19:05:00
收藏:
0 评论:
0 赞:
0 阅读:
147