上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 35 下一页

2013年6月24日

GIT 初始化 user.name user.email

摘要: git config --global user.name "username" git config --global user.email "email" 阅读全文

posted @ 2013-06-24 17:33 norsd 阅读(117) 评论(0) 推荐(0) 编辑

2013年6月21日

Windows 中属于不同Owner的Workspace 互相无法看见,且无法删除

摘要: Windows 中属于不同Owner的Workspace 互相无法看见,且无法删除 而且不能重叠,重叠的话会报错,告诉你这个文件夹已经被其他用户映射, 所以你必须以那个Owner登陆tfs,然后删除 workspace! 阅读全文

posted @ 2013-06-21 16:47 norsd 阅读(158) 评论(0) 推荐(0) 编辑

在Visual studio 中解除 TFS 的账号绑定

摘要: 在Visual Studio中, 只要使用了TFS, 就会要求输入用户名密码验证 。 但是一旦点击验证对话框下部的:记住用户名密码 以后都不能再修改用户名了。 而且重装Visual Studio 听说也没用, 原因是,密码管理是使用Windows系统内部的。 为了解除绑定,我们... 阅读全文

posted @ 2013-06-21 16:32 norsd 阅读(694) 评论(0) 推荐(0) 编辑

2013年6月13日

MySql 创建只读账号

摘要: GRANT Select ON *.* TO reader@192.168.1.123 IDENTIFIED BY "123456" GRANT 可以立刻生效 在mysql 5.6下似乎要重启mysql才生效 创建了一个账户名为“reader" , 密码”123456“ 只可以从192.... 阅读全文

posted @ 2013-06-13 03:09 norsd 阅读(1029) 评论(0) 推荐(0) 编辑

2013年6月10日

c# Enum Flag 下使用 HasFlag() 函数的注意事项

摘要: [Flags]enum eTest{OK = 0 ,Error1 = 1,Error2 = 2,Error3 = 4,} 在以上的Enum中 , 我们在判断一个 eTest 实例是否有错误 Error1 可以使用 HasFlag(eTest.Error1) 但是如果要判断 是否 O... 阅读全文

posted @ 2013-06-10 12:22 norsd 阅读(344) 评论(0) 推荐(0) 编辑

2013年6月8日

GitHub 一个小问题引起的无法更新

摘要: 我在进行 git push origin master 的时候遇到错误: github did you run git update-server-info on the server 很奇怪,我写的是: https://github.com/GalaxyFutures/sapi2pyth... 阅读全文

posted @ 2013-06-08 01:49 norsd 阅读(202) 评论(0) 推荐(0) 编辑

2013年6月5日

GITHub Git RStudio 三者配合使用

摘要: 0. 由于工作关系, 需要协调异地 R脚本 1. GitHub 注册用户名 , 选择新建仓库 create repository 2. GitHub 显示: Create a new repository on the command line touch README.mdg... 阅读全文

posted @ 2013-06-05 08:43 norsd 阅读(626) 评论(0) 推荐(0) 编辑

2013年6月3日

MongoDb 安全配置

摘要: 0. 之前默认安装的 MongoDb , 现在需要增加安全配置 1. 关闭MongoDb服务 修改 MongoDb Service : 打开 regedit: HKEY_LOCAL_MACHINE/SYSTEM/ControlSet001/Services/M... 阅读全文

posted @ 2013-06-03 14:37 norsd 阅读(120) 评论(0) 推荐(0) 编辑

2013年5月29日

R 时间变成数字的情况

摘要: frm$X_id <- GetDateFromTicks(frm$X_id) 时间 frm$X_id = sapply(frm$X_id , GetDateFromTicks) 数字 阅读全文

posted @ 2013-05-29 18:30 norsd 阅读(345) 评论(0) 推荐(0) 编辑

RMongodb 在转换数据的一些问题

摘要: 先上代码 ####### Get Datas from MongoDb #########Summary:##Range: Internal##Args:#arg_db: Instance of MongoDb#arg_strNS: Namespace ("NDAP.BondVariety... 阅读全文

posted @ 2013-05-29 17:24 norsd 阅读(163) 评论(0) 推荐(0) 编辑

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 35 下一页

导航