码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
CentOS 6图形界面自定义开启终端快捷键
英文版菜单:System->Preferences->Keyboard Shortcuts在Desktop分类下找到“Run a terminal”点击Run a terminal,按下需要的快捷键,比如Ctrl+Alt+T,即可。中文版菜单:系统 首选项 键盘快捷键在桌面分类下找到“运行终端”然后...
分类:其他好文   时间:2015-07-13 17:44:33    阅读次数:107
ASP.NET MVC 路由进阶(之一)
1. MVC框架下的WebForm页面。我们在MVC项目下新建一个WebForm页面。然后右键浏览,打开页面,如下图:发现页面能够正常访问。ok,我们尝试改一下Global.asax.cs中的代码,如下using System;using System.Collections.Generic;usi...
分类:Web程序   时间:2015-07-13 17:44:08    阅读次数:273
Socket的连接问题
case 10004: error = "Interrupted system call 中断的系统呼叫"; break; case 10009: error = "Bad file number"; break; case 10013: error = "Permission denied 进入被...
分类:其他好文   时间:2015-07-13 16:02:47    阅读次数:100
ORA-00119 ORA-00132 解决方案
修改过ora配置文件后, 连接上远程机器, 有一阵子没有再用本地, 今天启动发现报下面的错误windows报如下错误:ORA-00119: invalid specification for system parameterLOCAL_LISTENERORA-00132: syntax error ...
分类:其他好文   时间:2015-07-13 15:32:31    阅读次数:117
浅谈C#当中的out关键字
与ref关键字一样,out关键字也是按引用来传递的.示例演示了out关键字的使用方法,其功能是获取数组中的最大值和最大值的索引using System;using System.Collections.Generic;using System.Text;namespace sampsong{clas...
分类:Windows程序   时间:2015-07-13 13:39:27    阅读次数:135
自动生成地图 物体 Generator
using UnityEngine; using System.Collections; using System.Collections.Generic; public class Generator : MonoBehaviour { public GameObject[] availableRooms; public List currentRooms; ...
分类:其他好文   时间:2015-07-13 12:15:17    阅读次数:286
WPF DatePicker
WPF DatePicker 显示当前时间1、通过后台赋值: DatePicker.SelectedDate = DateTime.Now;2、前台控件的属性直接赋值 需要引用 xmlns:sys="clr-namespace:System;assembly=mscorlib"
分类:Windows程序   时间:2015-07-13 11:41:07    阅读次数:177
Verbose Logging Will Disturb Your Sleep
Verbose Logging Will Disturb Your SleepJohannes BrodwallWHEN I ENCOUNTER A SYSTEM that has already been in development or pro- duction for a while, the first sign of real trouble is always a dirty log....
分类:其他好文   时间:2015-07-13 10:22:17    阅读次数:115
Unity3D中C#获取游戏时间并显示成秒表格式
using UnityEngine; using System.Collections; using UnityEngine.UI; public class Timer : MonoBehaviour { int hour; int minute; int second; int millisecond; // 已经花费的时间 float t...
分类:编程语言   时间:2015-07-13 10:19:51    阅读次数:358
oracle默认管理员的帐号和密码以及密码修改和解除锁定
安装 ORACLE 时,若没有为下列用户重设密码,则其默认密码如下:用户名 / 密码登录身份说明sys/change_on_installSYSDBA 或 SYSOPER不能以 NORMAL 登录,可作为默认的系统管理员system/managerSYSDBA 或 NORMAL不能以 SYSOPER...
分类:数据库   时间:2015-07-13 08:56:35    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!