ie421.NET
面对技术,你别无选择,.NET世界是如此精彩,而我们要做的就是:Thinking More
博客园
首页
新随笔
联系
订阅
管理
132 Posts :: 0 Stories :: 29 Comments :: 0 Trackbacks
公告
昵称:
ie421
园龄:
4年9个月
粉丝:
3
关注:
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
最新随笔
1. 无法解决 equal to 操作中的 **** 和 *******排序规则冲突
2. xml特殊字符
3. PowerDesigner备忘录
4. UML基础: 统一建模语言简介
5. 十年MFC经历认识的Microsoft技术
6. vc++2008常见错误处理
7. 远离"电脑颈"
8. 网址
9. 高质量C++/C编程指南
10. 作一个真正合格程序员的七种素质(转载)
随笔分类
(112)
ajax.net(18)
C++(7)
jQuery(25)
JS Template(4)
JSON(4)
NET杂货铺(16)
web开发(25)
表单编程(4)
设计模式(1)
数据库开发(5)
网址收藏(1)
微软开发中心
正则表达式(2)
随笔档案
(134)
2011年7月 (1)
2010年10月 (1)
2010年8月 (1)
2008年10月 (4)
2008年9月 (6)
2008年8月 (51)
2008年7月 (49)
2007年8月 (10)
2007年4月 (11)
VC
MFC 教程
VC/VC++ - 技术应用 - 豆豆网
Visual C++/MFC入门教程
互联网资源
探知,不断发现
ASP.NET,AJAX AND MORE
Html教程
jQuery 中文社区
scottgu
SQL教程
阿里西西
阿良
老赵点滴
积分与排名
积分 - 55372
排名 - 1905
最新评论
阅读排行榜
评论排行榜
推荐排行榜
08 2008 档案
SQL2005删除用户的时候,产生“数据库主体在该数据库中拥有架构,无法删除”的解决办法
摘要: --执行如下SQL语句ALTER AUTHORIZATION ON SCHEMA::db_owner TO dbo; --然后手动删除就可以了。
阅读全文
posted @
2008-08-31 14:54
ie421 阅读(606) |
评论 (1)
编辑
文本输入限制正则 英文、中文、数字、日期等
摘要: <script>function regInput(obj, reg, inputStr){var docSel= document.selection.createRange()if (docSel.parentElement().tagName != "INPUT")return falseoSel = docSel.duplicate()oSel.text = ""var src...
阅读全文
posted @
2008-08-30 13:40
ie421 阅读(328) |
评论 (0)
编辑
关于怎么学习API (OpenGL/Direct3D等) -针对初学者
摘要: 最近很多人在问,我该如何学习OpenGL?我学完了OpenGL了,该怎么用?我想在回答这些类似的问题以前先和大家谈谈怎么学习API的方法,或许谈完了,我就不需要回答了。 首先,我认为API是工具,不是本质,OpenGL/Direct3D的本质是图形学,而不是OpenGL/Direct3D的本身,API的本身只是一些Interface而已.如果你明白图形学的原理.那么你很容易这些接口的作用,以及为什...
阅读全文
posted @
2008-08-29 13:39
ie421 阅读(186) |
评论 (2)
编辑
给C++初学者的50个忠告
摘要: 1.把C++当成一门新的语言学习(和C没啥关系!真的。); 2.看《Thinking In C++》,不要看《C++变成死相》; 3.看《The C++ Programming Language》和《Inside The C++ Object Model》,不要因为他们很难而我们自己是初学者所以就不看; 4.不要被VC、BCB、BC、MC、TC等词汇所迷惑——他们都是集成开发环境,而我...
阅读全文
posted @
2008-08-29 13:29
ie421 阅读(99) |
评论 (0)
编辑
修练8年C++面向对象程序设计之体会
摘要: 转自:http://www.pconline.com.cn/pcedu/empolder/gj/c/0504/609482.html六年前,我刚热恋“面向对象”(Object-Oriented)时,一口气记住了近十个定义。六年后,我从几十万行程序中滚爬出来准备写点心得体会时,却无法解释什么是“面向对象”,就象说不清楚什么是数学那样。软件工程中的时髦术...
阅读全文
posted @
2008-08-29 09:37
ie421 阅读(269) |
评论 (1)
编辑
IE+JS: 上传之前检测图片文件大小
posted @
2008-08-27 19:11
ie421 阅读(237) |
评论 (0)
编辑
怎么为页面上的input控件在刷新页面后保存值
posted @
2008-08-26 22:17
ie421 阅读(655) |
评论 (3)
编辑
WCF生成的json与Extjs交互的日期型问题
posted @
2008-08-26 16:30
ie421 阅读(268) |
评论 (0)
编辑
JST+JSON+AJAX——使用客户端js模版代替服务端数据绑定
posted @
2008-08-26 13:58
ie421 阅读(591) |
评论 (1)
编辑
How to easily enhance your existing tables with simple CSS
posted @
2008-08-25 15:06
ie421 阅读(95) |
评论 (0)
编辑
Getting jQuery Goodness into ASP.NET AJAX - Take II
posted @
2008-08-25 12:31
ie421 阅读(125) |
评论 (0)
编辑
Use jQuery and ASP.NET AJAX to build a client side Repeater
posted @
2008-08-25 11:45
ie421 阅读(425) |
评论 (0)
编辑
Easily build powerful client-side AJAX paging, using jQuery
posted @
2008-08-25 11:25
ie421 阅读(339) |
评论 (0)
编辑
使用Jquery应用到Asp.net ajax中时3个误区应该避免
posted @
2008-08-25 11:05
ie421 阅读(335) |
评论 (0)
编辑
51+ Best of jQuery Tutorials and Examples
posted @
2008-08-23 16:57
ie421 阅读(192) |
评论 (0)
编辑
JS获取浏览器窗口大小 获取屏幕,浏览器,网页高度宽度
posted @
2008-08-23 00:07
ie421 阅读(1460) |
评论 (0)
编辑
C#发送Email邮件方法总结
posted @
2008-08-22 10:41
ie421 阅读(99) |
评论 (0)
编辑
转:Jquery json的超强组合(DataTable2JSON)
posted @
2008-08-21 14:29
ie421 阅读(253) |
评论 (0)
编辑
转:SVN的Local方式:个人源码管理的好办法
posted @
2008-08-21 10:29
ie421 阅读(118) |
评论 (0)
编辑
What is JSON:初识JSON
posted @
2008-08-20 22:15
ie421 阅读(105) |
评论 (0)
编辑
介绍 JSON
posted @
2008-08-20 17:17
ie421 阅读(179) |
评论 (0)
编辑
net中 类、方法作为参数传递的写法整理。(通过反射实现)(即传递类、传递方法的实现)
posted @
2008-08-20 09:19
ie421 阅读(347) |
评论 (0)
编辑
ajax解决方案(Newtonsoft.Json +jQuery +ashx)
posted @
2008-08-19 17:57
ie421 阅读(1828) |
评论 (2)
编辑
Serializing and deserializing JSON
posted @
2008-08-19 16:57
ie421 阅读(445) |
评论 (0)
编辑
JavaScript Templates_google
posted @
2008-08-19 15:09
ie421 阅读(218) |
评论 (0)
编辑
JavaScript template 的妙用
posted @
2008-08-19 15:07
ie421 阅读(255) |
评论 (0)
编辑
结合jquery,json很好地利用ashx文件开发高性能ajax
posted @
2008-08-19 14:53
ie421 阅读(519) |
评论 (0)
编辑
Tip/Trick: Building a ToJSON() Extension Method using .NET 3.5
posted @
2008-08-18 13:55
ie421 阅读(83) |
评论 (0)
编辑
Using jQuery to Consume ASP.NET JSON Web Services
posted @
2008-08-18 13:38
ie421 阅读(389) |
评论 (0)
编辑
jquery插件:web2.0分格的分页脚,可用于ajax无刷新分页
posted @
2008-08-18 13:25
ie421 阅读(126) |
评论 (0)
编辑
jquery调用WebService和WebService输出JSON
posted @
2008-08-18 13:20
ie421 阅读(273) |
评论 (0)
编辑
Jquery采用ajax调取WebService显示表格
posted @
2008-08-18 09:13
ie421 阅读(352) |
评论 (0)
编辑
ASP.NET编程中常用27个函数集
posted @
2008-08-15 12:40
ie421 阅读(64) |
评论 (0)
编辑
可以在某些场合替代onload事件的domReady事件
posted @
2008-08-11 09:53
ie421 阅读(182) |
评论 (0)
编辑
表格隔行换色
posted @
2008-08-09 00:20
ie421 阅读(179) |
评论 (0)
编辑
Welcome to the Ajax.NET Professional Starter Kit
posted @
2008-08-08 09:19
ie421 阅读(82) |
评论 (0)
编辑
AjaxPro可以写Session
posted @
2008-08-08 09:16
ie421 阅读(102) |
评论 (0)
编辑
AjaxPro 操作Session
posted @
2008-08-08 09:13
ie421 阅读(226) |
评论 (0)
编辑
关于ASP.NET同页面内【用户控件与父页面】以及【用户控件与用户控件】之间方法调用/传值 一点点经验
posted @
2008-08-08 09:10
ie421 阅读(203) |
评论 (0)
编辑
AjaxPro使用Session出错(AjaxPro "Session"引发了"System.NullReferenceException"类型的异常)
posted @
2008-08-08 09:08
ie421 阅读(218) |
评论 (0)
编辑
Using jQuery for AJAX in ASP.NET
posted @
2008-08-07 22:14
ie421 阅读(477) |
评论 (0)
编辑
如何在asp.net中用jQuery实现便捷的提示功能和表单验证功能
posted @
2008-08-07 09:12
ie421 阅读(271) |
评论 (0)
编辑
jQuery formValidator表单验证插件2.9.3版本已经支持对所有客户端控件的验证
posted @
2008-08-07 09:09
ie421 阅读(129) |
评论 (0)
编辑
15天学会jQuery
posted @
2008-08-07 09:00
ie421 阅读(122) |
评论 (0)
编辑
15天学会jQuery (6-10)
posted @
2008-08-07 08:59
ie421 阅读(123) |
评论 (0)
编辑
15天学会jQuery(0-5天)
摘要: http://15daysofjquery.com/ 英文原文
阅读全文
posted @
2008-08-07 08:57
ie421 阅读(110) |
评论 (0)
编辑
asp.net上传控件检测
posted @
2008-08-05 17:09
ie421 阅读(69) |
评论 (0)
编辑
Asp.net文件上传操作
posted @
2008-08-05 16:58
ie421 阅读(95) |
评论 (0)
编辑
Javascript 操作select控件大全(新增、修改、删除、选中、清空、判断存在等)
posted @
2008-08-05 10:15
ie421 阅读(182) |
评论 (0)
编辑
jQuery中文入门指南,翻译加实例,jQuery的起点教程
posted @
2008-08-05 09:31
ie421 阅读(76) |
评论 (0)
编辑
强烈推荐:240多个jQuery插件
posted @
2008-08-05 09:18
ie421 阅读(168) |
评论 (1)
编辑
Powered by:
博客园
Copyright © ie421