代码改变世界

随笔档案-2014年08月

C# Barcode 使用

2014-08-29 17:59 by minco, 397 阅读, 收藏,
摘要: 原文地址: http://www.codeproject.com/Articles/20823/Barcode-Image-Generation-Library下载地址: Bacode 阅读全文

读取CSV ,字段中包含逗号处理

2014-08-27 18:41 by minco, 2574 阅读, 收藏,
摘要: 为了以后自己方便查找,记录下来: 1. 引用命名空间, using Microsoft.VisualBasic.FileIO;2. 关键代码: var reader = new StreamReader(File.OpenRead(path1)); string... 阅读全文

Resource interpreted as Script but transferred with MIME type text/html

2014-08-26 10:55 by minco, 1638 阅读, 收藏,
摘要: 在搭建后台的时候,页面突然报错:Resource interpreted as Script but transferred with MIME type text/html导致页面Js效果错乱, Google 一番之后,大部分都是修改注册表之类,而我的注册表不需要修改。这是之前找的文章:http:... 阅读全文