IIS 配置
摘要:1,二级域名解析http://wenku.baidu.com/view/2daa2ac15fbfc77da269b14e.html
阅读全文
posted @
2013-07-25 21:31
ylbtech
阅读(224)
推荐(0) 编辑
把图片保存到数据库里
摘要:ylbtech-Miscellaneos: .Net-Web-把图片保存到数据库里把图片保存到数据库里1.A,资源(Resource) 返回顶部 1,use pubsgocreate table Photo([id] int identity(100,1),[pName] image --图片储存格式)--drop table Photo2,WebForm byte[] data = FileUpload1.FileBytes;作者:ylbtech出处:http://ylbtech.cnblogs.com/本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位
阅读全文
posted @
2013-07-24 16:35
ylbtech
阅读(245)
推荐(0) 编辑
ADO.NET访问SQL Server调用存储过程带回参
摘要:1,ADO.NET访问SQL Server调用存储过程带回参2,DatabaseDesignuse northwindgo--存储过程1--插入一条商品 productname=芹菜 unitprice=2.3create proc p_insert @productname varchar(40), @unitprice moneyasinsert products(productname,unitprice) values(@productname,@unitprice)go--执行exec p_insert '芹菜',2.3--存储过程2--查全部商品create pro
阅读全文
posted @
2013-07-17 23:54
ylbtech
阅读(2304)
推荐(0) 编辑
C#网络资源列表
摘要:1,http://club.topsage.com/thread-371996-1-1.html
阅读全文
posted @
2013-07-16 08:08
ylbtech
阅读(168)
推荐(0) 编辑
数据库SQL Server与C#中数据类型的对应关系
摘要:数据库SQL SServer与C#中数据类型的对应关系 数据库 C#程序 int int32 text string bigint int64 binary System.Byte[] bit Boolean char string datetime System.DateTime decimal
阅读全文
posted @
2013-07-13 09:32
ylbtech
阅读(368)
推荐(0) 编辑
jQuery 遍历 - parent() 方法
摘要:ylbtech-jQuery-sizzle:jQuery 遍历 - parent() 方法parent() 获得当前匹配元素集合中每个元素的父元素,使用选择器进行筛选是可选的。1.A,jQuery-效果图返回顶部 1.B,jQuery-Source Code(源代码)返回顶部 喜欢一句话记录生活,跟我布啦吧 1.什么是布啦 布啦是一句话图文短博客,是当前最火热的信息交流工具,用户可以随时随地发表短句和图片并3G门户实现...
阅读全文
posted @
2013-07-08 22:29
ylbtech
阅读(2175)
推荐(0) 编辑