码迷,mamicode.com
首页 >  
搜索关键字:windows server 2012 r2 安装密钥    ( 130919个结果
sql serve 创建序列
Oracle中有sequence的功能,SQL Server类似的功能使用Identity列实现,但是有很大的局限性。在2012中,微软终于增加了sequence 对象,功能和性能都有了很大的提高。sql server 2012 序列配置属性1. 查询序列的下一个值select next value...
分类:数据库   时间:2014-05-08 19:35:44    阅读次数:446
C#:DataGridView控件操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// DataGrid...
分类:Windows程序   时间:2014-05-08 19:31:30    阅读次数:472
C#:列表视图操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// 列表视图操作类 ...
分类:其他好文   时间:2014-05-08 19:30:25    阅读次数:337
cocos2d-x 3.0 在lua中调用自定义类
环境 windows8, cocos2d-x 3.0, 现在开始安装需要的一些其它包1. 按README.mdown文档上面要求的, 下载在windows下要安装的东东, 主要就是python2.7.3,PyYAML-3.10.win32-py2.7,pyCheetah 这些东东在README.md...
分类:其他好文   时间:2014-05-08 19:26:35    阅读次数:494
Sql server与Excel的数据互通导入导出
现在,我先从Sql server数据表导出到Excel中,再从Excel数据表导出到Sql server中:一.Sql server数据表导出到Excel中:1.新建一个Excel,选择“数据”菜单:2.依次选择 “导入外部数据”--“导入数据” 后:3.双击“新的SQL Server 连接.odc...
分类:数据库   时间:2014-05-08 19:20:50    阅读次数:401
C#:复选框操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// 复选框操作类 ...
分类:其他好文   时间:2014-05-07 20:22:28    阅读次数:345
Windows 2003 远程桌面
远程桌面...
分类:Windows程序   时间:2014-05-07 16:35:45    阅读次数:439
svn vs git , scp
scp 把本地文件上传到服务器上 scp -P 1234 config/cert/dev/client.pem dev@xx.xxx.xxx:/srv/rorapps/fgcc/config/cert/production svn VS git  svn svn checkout server_url svn status svn diff  **file svn...
分类:其他好文   时间:2014-05-07 15:54:44    阅读次数:305
Ubuntu 14.04 server开放root ssh登录权限
刚安装了Ubuntu 14.04 server的虚拟机,普通帐号可以远程登录,但是root不行,输入密码后一直报错:permission denied最后发现ssh的配置(/etc/ssh/sshd_config)不大一样,14.04的默认配置是:PermitRootLogin without-password 要改成PermitRootLogin yes重启服务即可:restart ssh...
分类:其他好文   时间:2014-05-07 15:52:02    阅读次数:359
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!