snap current active window(alt + Print Screen
SysRq).snap the whole window (Print Screen SysRq).
分类:
其他好文 时间:
2014-05-12 17:59:31
阅读次数:
322
问题描述最近在用LINQ to Entities,看看下面的代码//获取分页数据 var
admins = from aa in db.VAccountAdmins select aa; //处理过滤规则 if (null !=
filterRules) ...
分类:
其他好文 时间:
2014-05-12 16:40:23
阅读次数:
306
static int GetRandomSeed( ){byte[] bytes = new
byte[4];System.Security.Cryptography.RNGCryptoServiceProvider rng = new
System.Security.Cryptography.RN...
分类:
其他好文 时间:
2014-05-12 16:10:44
阅读次数:
269
using System;using System.Configuration;using
System.Data;using System.Data.OracleClient;using System.Collections;namespace
DBUtility { /// ///...
分类:
数据库 时间:
2014-05-12 16:09:43
阅读次数:
493
最近又实验安装了centos
5.8,装完后启动,界面太差了,看着费劲。百度一查,原来是分辨率的问题。下面是分辨率设置方法。“系统->管理->显示“(英文版本的是system->adminstaration->display),打开后,hardware的monitor
type 选择你的显示器对应类...
分类:
其他好文 时间:
2014-05-02 17:07:22
阅读次数:
533
public class cal{public static void main(String[]
args){calculator ca=new calculator();byte[] first=new byte[4];byte[] second=new
byte[4];System.out.p...
分类:
其他好文 时间:
2014-05-02 15:23:23
阅读次数:
395
using System.Collections.Generic;using
System.IO;using UnityEditor;using UnityEngine;class CreateAssetbundles{ // This
method creates an assetbundl...
分类:
其他好文 时间:
2014-05-02 14:55:17
阅读次数:
346
以添加html后缀的文件的
映射为例:1.打开iis管理器,点击2.点击打开处理程序映射3.添加托管处理程序映射4.请求路径 *.html
类型:System.Web.UI.PageHandlerFactory 名称:Html-Integrate 确定5.添加处理脚本映射6.请求路径 *.ht...
分类:
Web程序 时间:
2014-05-02 14:07:40
阅读次数:
671
部分网页设计原则 规划目录结构时应当遵循的几个原则: 1.不要将所有文件都存放在根目录下;
2.按栏目内容分别建立子目录; 3.在每个主目录下都建立独立的images目录; 4.目录的层次不要太深; 5.切忌使用中文目录; 6.不要使用过长的目录;
7.尽量使用意义明确的目录。 ...
分类:
其他好文 时间:
2014-05-02 06:58:41
阅读次数:
338
1.sqlplus/nolog2.SQL> conn / as
sysdba已连接到空闲例程。3.SQL> shutdown abortORACLE 例程已经关闭。4.SQL> startupORACLE
例程已经启动。Total System Global Area 591396864 bytes...
分类:
数据库 时间:
2014-05-02 05:47:08
阅读次数:
376