码迷,mamicode.com
首页 >  
搜索关键字:sys system sysdba sysoper    ( 67898个结果
c#简单概念(面向对象,类)
好好学习c#代码,学了怎么调用类using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace robot{ class Program { static...
分类:其他好文   时间:2014-05-15 10:45:07    阅读次数:263
try 返回前执行fianlly
try catch finally 语句中 如果try中有返回语句,如果在fianlly代码块中有对这个值修改的话,并不影响其放回值public class Test { public static void main(String[] string){ System.out.p...
分类:其他好文   时间:2014-05-15 10:38:40    阅读次数:209
Java Web项目结构
Java Web项目结构(一般) 1、Java src 2、JRE System Library 3、Java EE 6 Libraries 4、Web App Libraries 5、WebRoot...
分类:编程语言   时间:2014-05-15 00:03:29    阅读次数:310
XE6 ShortString与String相互转换
program Test;{$APPTYPE CONSOLE}uses System, System.SysUtils; const Value: array[0..5] of Byte = (5, 72, 101, 76, 76, 111); { Old ShortString represent...
分类:其他好文   时间:2014-05-14 23:42:03    阅读次数:475
Delphi XE6记录类型赋值
program Project1;{$APPTYPE CONSOLE}{$R *.res}uses System.SysUtils;TYPE Trec = record Member1, Member2: Integer; end;CONST IntRec: Trec = (Member1: 55;...
分类:其他好文   时间:2014-05-14 23:18:51    阅读次数:554
大并发需要调的几个参数
/proc/sys/net/ipv4/tcp_max_tw_buckets 默认的太小了net.ipv4.tcp_syncookies = 0这个参数是怎么得来的?其实是通过ab 简单的压力测试,/var/log/message 里面会有内核的报错信息。
分类:其他好文   时间:2014-05-14 22:56:49    阅读次数:349
日月神教
systeminfo/c net localgroup administrators(user)
分类:其他好文   时间:2014-05-14 22:38:42    阅读次数:290
宏观上的CMS-->内容管理系统的功能架构
CMS,Content Management System,一个很普通的网站内容管理系统,本文章旨在从一定的高度把CMS的功能概念做一个分解论述 ,希望读者可以有所感!...
分类:其他好文   时间:2014-05-14 21:28:40    阅读次数:276
为Python添加默认模块搜索路径
为Python添加默认模块搜索路径 方法一:函数添加 1) import sys 2) 查看sys.path 3) 添加sys.path.append("c:\\") 方法二:修改环境变量 windows用户可以修改系统环境变量PYTHONPATH 方法三:增加.pth文件,推荐! 在site-packages添加一个路径文件,如mypkpath.pth,必须以...
分类:编程语言   时间:2014-05-14 21:21:27    阅读次数:419
unity发布exe全屏方法
首先 将该代码挂在NGUI的UIroot上 using UnityEngine; using System.Collections; public class example : MonoBehaviour { public void Awake() { Screen.SetResolution(1024, 768, true);//自己想要的分辨率,比如1024*768,true表示全...
分类:其他好文   时间:2014-05-14 19:24:25    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!