09 2017 档案

c# 手动实现 \u 转义字符。。效果。。。
摘要:string s ="\\u"+item.Icon; // item.Icon = UnicodeEncoding.Unicode.GetString(UnicodeEncoding.Unicode.GetBytes("0xf001")); item.Icon = (char)Convert.ToI 阅读全文

posted @ 2017-09-21 14:18 正义的伙伴! 阅读(2654) 评论(0) 推荐(0) 编辑

c# log4Net 详细说明
摘要:转载 http://www.cnblogs.com/kissazi2/p/3392605.html 阅读全文

posted @ 2017-09-20 10:46 正义的伙伴! 阅读(225) 评论(0) 推荐(0) 编辑

Vs 排除的文件➕ 添加回项目。。。。
摘要:显示所有文件之后吧,就能看到排除掉的文件了。右键之前的文件,包括在项目中即可。 阅读全文

posted @ 2017-09-20 09:41 正义的伙伴! 阅读(344) 评论(0) 推荐(0) 编辑

WPF 使用 fontawesome
摘要:注意 阅读全文

posted @ 2017-09-18 21:47 正义的伙伴! 阅读(593) 评论(0) 推荐(0) 编辑

windows srver 显示桌面图标。
摘要:rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0 阅读全文

posted @ 2017-09-16 10:35 正义的伙伴! 阅读(183) 评论(0) 推荐(0) 编辑

git 脚本
摘要:echo PWDmessage=1 content='.' if [ ! -n "1"];thenmessage=datemessage=message' 推送到服务器' echo messageelseecho"1" fi git add . git commit -m "$message " git push 阅读全文

posted @ 2017-09-15 16:55 正义的伙伴! 阅读(173) 评论(0) 推荐(0) 编辑

手动添加git 到 右键菜单
摘要:1、通过在“运行”中输入‘regedit’,打开注册表。 2、找到[HKEY_CLASSES_ROOT\Directory\Background]。 3、在[Background]下如果没有[shell],则右键-新建项[shell]。 4、在[shell]下右键-新建项[open in Git], 阅读全文

posted @ 2017-09-15 13:10 正义的伙伴! 阅读(4098) 评论(0) 推荐(0) 编辑

mysql 创建用户
摘要:CREATE USER 'root'@'192.168.1.%' IDENTIFIED BY 'root'; mysql 8.0 以上... ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'passwor 阅读全文

posted @ 2017-09-14 11:19 正义的伙伴! 阅读(166) 评论(0) 推荐(0) 编辑

git 错误解决
摘要:git pull 失败 ,提示:fatal: refusing to merge unrelated histories 关于这个问题,可以参考http://stackoverflow.com/questions/37937984/git-refusing-to-merge-unrelated-hi 阅读全文

posted @ 2017-09-09 11:29 正义的伙伴! 阅读(140) 评论(0) 推荐(0) 编辑

html5 替换 历史 记录
摘要:history.replaceState({url:"/admin/index"},null,"/admin/index"); url 是 需要替换的路径 阅读全文

posted @ 2017-09-06 15:16 正义的伙伴! 阅读(319) 评论(0) 推荐(0) 编辑

easyui datagrid
摘要:获取 选中单行 ('#dg').datagrid('getSelected'); 选中多行('#dg').datagrid('getSelections'); 单行选择模式. singleSelect : true, singleSelect : true, 阅读全文

posted @ 2017-09-05 12:56 正义的伙伴! 阅读(122) 评论(0) 推荐(0) 编辑

git 处理 crlf rf
摘要:假如你正在 Windows 上写程序,又或者你正在和其他人合作,他们在 Windows 上编程,而你却在其他系统上,在这些情况下,你可能会遇到行尾结束符问题。这是因为 Windows 使用回车和换行两个字符来结束一行,而 Mac 和 Linux 只使用换行一个字符。虽然这是小问题,但它会极大地扰乱跨 阅读全文

posted @ 2017-09-02 09:22 正义的伙伴! 阅读(1458) 评论(0) 推荐(0) 编辑

vue 生产模式
摘要:vue.js 最后一行添加。。。 Vue.config.productionTip = false; 阅读全文

posted @ 2017-09-01 08:49 正义的伙伴! 阅读(1627) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
//增加一段JS脚本,为目录生成使用
点击右上角即可分享
微信分享提示