随笔分类 -  .net

异常详细信息: System.BadImageFormatException: 未能加载文件或程序集“Maticsoft.Common”或它的某一个依赖项。试图加载格式不正确的程序。
摘要:异常详细信息: System.BadImageFormatException: 未能加载文件或程序集“Maticsoft.Common”或它的某一个依赖项。试图加载格式不正确的程序。 解决方法: 点击工具->选项->项目和解决方案,勾选对网站和项目使用IIS Express的64位版 阅读全文
posted @ 2019-01-28 14:56 潇潇雨歇抬望眼1 阅读(509) 评论(0) 推荐(0)
VS2013 Winform程序打包部署 InstallShield2015LimitedEdition
摘要:InstallShield2015LimitedEdition 阅读全文
posted @ 2018-09-14 09:49 潇潇雨歇抬望眼1 阅读(1812) 评论(0) 推荐(0)
解决.NET WebService引用后添加HTTP Header的问题
摘要:.NET WebService引用后添加HTTP Header的问题 阅读全文
posted @ 2018-01-30 08:58 潇潇雨歇抬望眼1 阅读(3052) 评论(0) 推荐(0)
一个简单的div弹出层的小例子
摘要:简单的div 弹层 阅读全文
posted @ 2017-04-18 10:08 潇潇雨歇抬望眼1 阅读(5861) 评论(0) 推荐(0)
js 获取当前焦点所在的元素、给元素和input控件添加键盘监听事件、添加页面级的键盘监听事件
摘要:js 获取当前焦点所在的元素、给元素和input控件添加键盘监听事件、添加页面级的键盘监听事件 阅读全文
posted @ 2016-12-23 16:58 潇潇雨歇抬望眼1 阅读(7657) 评论(0) 推荐(0)
关于cookie 取不到值的问题
摘要:关于cookie 取不到值的问题。 阅读全文
posted @ 2016-12-12 14:48 潇潇雨歇抬望眼1 阅读(691) 评论(0) 推荐(0)
oracle 锁表查询与解锁
摘要:oracle 解锁 阅读全文
posted @ 2016-11-03 21:30 潇潇雨歇抬望眼1 阅读(172) 评论(0) 推荐(0)
前台传值到后台变乱码的问题
摘要:前台传值到后台变乱码的问题 阅读全文
posted @ 2016-07-19 09:03 潇潇雨歇抬望眼1 阅读(1152) 评论(0) 推荐(0)
oracle select into 的时候提示未找到数据
摘要:oracle select into 的时候提示未找到数据 阅读全文
posted @ 2016-07-07 15:50 潇潇雨歇抬望眼1 阅读(1229) 评论(0) 推荐(0)
Oracle cmd 导出数据库或者表定义或者纯数据
摘要:oracle_数据库的导出 阅读全文
posted @ 2016-07-06 17:22 潇潇雨歇抬望眼1 阅读(547) 评论(0) 推荐(0)
C# 获取 oracle 存储过程的 返回值1
摘要:C# 获取 oracle 存储过程的 返回值1 阅读全文
posted @ 2016-07-01 09:45 潇潇雨歇抬望眼1 阅读(2907) 评论(0) 推荐(0)
C# 获取 oracle 存储过程的 返回值
摘要:C# 获取 oracle 存储过程的 返回值 阅读全文
posted @ 2016-07-01 09:39 潇潇雨歇抬望眼1 阅读(3090) 评论(0) 推荐(0)
oracle 多条语句同时执行(比如返回两个dataset)
摘要:访问oracle数据库,返回多个dataset表 阅读全文
posted @ 2016-07-01 09:37 潇潇雨歇抬望眼1 阅读(2060) 评论(0) 推荐(0)
oracle 跨数据库取数据
摘要:Oracle夸数据库联合查询 阅读全文
posted @ 2016-07-01 09:28 潇潇雨歇抬望眼1 阅读(1428) 评论(0) 推荐(0)
asp.net 把图片压缩成zip之后再进行下载
摘要:asp.net 把图片压缩成zip格式的文件,然后在把zip文件下载下来 阅读全文
posted @ 2016-01-13 15:13 潇潇雨歇抬望眼1 阅读(1135) 评论(0) 推荐(0)
oracle 小知识
摘要:oracle 的一些用法 阅读全文
posted @ 2015-05-26 16:57 潇潇雨歇抬望眼1 阅读(286) 评论(0) 推荐(0)
节假日设置
摘要:--%> 排休月份 ... 阅读全文
posted @ 2015-05-11 10:56 潇潇雨歇抬望眼1 阅读(598) 评论(0) 推荐(0)
select 通过jq赋值
摘要:function selectvalue2() { var m = $('#').val(); $.ajax({ url: '../ashx/czjcxx.ashx?type=baqys&id=' + m,... 阅读全文
posted @ 2015-04-16 15:24 潇潇雨歇抬望眼1 阅读(1481) 评论(0) 推荐(0)
CheckBoxList 用法
摘要:string sqlqf = @" select UserName,userTalbe.ID from UserTalbe inner join sf_bmgl on sf_bmgl.id = u... 阅读全文
posted @ 2015-04-16 15:14 潇潇雨歇抬望眼1 阅读(274) 评论(0) 推荐(0)
oracle 存储过程的写法
摘要:create or replace procedure Getyc is v_id VARCHAR2(36); v_date VARCHAR2(4);begin declare begin for i in (select c.xqbm from T_BAS_GCJBXX c where c.id ... 阅读全文
posted @ 2014-12-11 15:02 潇潇雨歇抬望眼1 阅读(332) 评论(0) 推荐(0)