会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
飞_BTF
博客园
首页
新随笔
联系
订阅
管理
2018年12月6日
freemarker 处理 HashMap<Integer, String>()
摘要: 在freemarker中无法通过Integer获取value所有必须将key转换成String 如:HashMap<String,String> 如果存的数据是int类型在数据后面添加一个 ( +“” )将数据转换成String类型 代码如下:
阅读全文
posted @ 2018-12-06 17:12 X_A_M
阅读(945)
评论(0)
推荐(0)
2018年10月30日
Authentication method 'caching_sha2_password' not suppor
摘要: 这样的问题是因为开发过程中的mysql版本低所导致的,如果你现在打开的电脑上的mysql版本与另一台mysql版本不一致需要自动去更换一下项目中的引用。 将原来项目中的引用移除,然后打开项目到 bin 目录下删除掉 mysql.data.dll 和 mysql.data.entity.dll 删除,
阅读全文
posted @ 2018-10-30 12:47 X_A_M
阅读(1663)
评论(0)
推荐(0)
2018年7月10日
IP地址修改器
摘要: 如果有需要加 KO _ KO : 一三六9一四9零99
阅读全文
posted @ 2018-07-10 16:56 X_A_M
阅读(143)
评论(0)
推荐(0)
2018年6月28日
C# 网络信息采集(爬虫)
摘要: 如果有需要请联系邮箱:1369149099@qq.com 或者留下你的邮箱:
阅读全文
posted @ 2018-06-28 09:53 X_A_M
阅读(173)
评论(0)
推荐(0)
2018年6月11日
textarea中文本内容垂直显示(适合蒙文字体)
摘要: display: table-cell; vertical-align: middle;
阅读全文
posted @ 2018-06-11 16:48 X_A_M
阅读(420)
评论(0)
推荐(0)
2018年5月3日
C# 创建文件
摘要: File.Create("D:\\路径\\文件名.扩展名");
阅读全文
posted @ 2018-05-03 19:32 X_A_M
阅读(141)
评论(0)
推荐(0)
C# 数组导入Excel中
摘要: private void button1_Click(object sender, EventArgs e) { try { //1.创建Applicaton对象 Microsoft.Office.Interop.Excel.Application xApp = new Microsoft.Offi
阅读全文
posted @ 2018-05-03 19:31 X_A_M
阅读(766)
评论(0)
推荐(0)
C#创建一个空白Excel
摘要: private void button5_Click(object sender, EventArgs e) { string currentPath = Directory.GetCurrentDirectory(); WriteExcel(textBox3.Text + textBox4.Tex
阅读全文
posted @ 2018-05-03 19:26 X_A_M
阅读(6010)
评论(1)
推荐(0)
2018年5月2日
C# 读取Word文本
摘要: (1)首先在项目中引用 DocX.dll (2) <form action="~/Controller/File" method="post" enctype="multipart/form-data"> <input type="file" /> <input type="submit" valu
阅读全文
posted @ 2018-05-02 14:12 X_A_M
阅读(564)
评论(0)
推荐(0)
WinForm线程问题
摘要: public Form1() { InitializeComponent(); CheckForIllegalCrossThreadCalls = false; } { InitializeComponent(); CheckForIllegalCrossThreadCalls = false; }
阅读全文
posted @ 2018-05-02 14:00 X_A_M
阅读(106)
评论(0)
推荐(0)
下一页
公告