修改时间 date注销用户logoff.exe注册表 regedit.ext远程桌面 mstscip配置信息 ipconfig.exe检测windows版本 winver打开服务 services.msc格式化盘符 cleanmgr计算机配置 gpedit.msc
分类:
其他好文 时间:
2014-10-06 18:04:20
阅读次数:
218
Linux下iscsi initiator 安装:在OracleLinux-R6-U4-Server-x8664-dvd.iso中,找到匹配该系统的iscsi initiator版本iscsi-initiator-utils-6.2.0.873-2.0.1.el6.x8664.rpm; 通过rpm ...
分类:
其他好文 时间:
2014-10-06 16:40:40
阅读次数:
273
源码:/// /// /// ; (function ($) { var _group = ''; var $obj = $(' '); var $content = $(''); var FuncObj = {}; var HtmlObj = {}; var $...
分类:
其他好文 时间:
2014-10-06 16:23:50
阅读次数:
338
Chapter 27 Controlling Animations1. The simplest block-based animation method on UIView is animateWithDuration:animations:. This method takes in the d...
分类:
其他好文 时间:
2014-10-06 16:23:10
阅读次数:
185
New XAMPP security concept:Access to the requested directory is only available from the local network.This setting can be configured in the file “http...
分类:
其他好文 时间:
2014-10-06 18:03:00
阅读次数:
262
题目:八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即随意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯觉得有76种方案。1854年在柏林的象棋杂志上不同的作...
分类:
其他好文 时间:
2014-10-06 18:02:50
阅读次数:
225
https://vijos.org/p/1882这种题很赞。。以后记得这些绝对值最小的优先想中位数啊orz首先我们将所有的高度都减掉他们的高度差,那么得到的应该是一串高低不平的数列,那么题目转化为,将这个改变后的数列变成一样高的最小费用。那么显然是中位数啦。好赞。#include #include ...
分类:
其他好文 时间:
2014-10-06 16:05:50
阅读次数:
213
首先,将数据库中的内容绑定到GridView中,这个方法随意,这里采用ADO.NET实现。 protected void Page_Load(object sender, EventArgs e) { SqlDataAdapter sda = new SqlDataAdapter...
分类:
其他好文 时间:
2014-10-06 17:28:50
阅读次数:
158
非常裸的模版题,只是Tarjan要好好多拿出来玩味几次非常有点巧妙呢,tarjan,大概就是当前结点和它儿子结点的羁绊WA了俩小时,,,原因是,这个题是多数据的(还没告诉你T,用scanf!=EOF来控制结束),更重要的是和这个和Codeforces不一样,Codeforces的多组数据好像会又一次...
分类:
其他好文 时间:
2014-10-06 16:55:20
阅读次数:
194
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
分类:
其他好文 时间:
2014-10-06 17:45:10
阅读次数:
188
Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:
其他好文 时间:
2014-10-06 16:38:20
阅读次数:
249
#includeusing namespace std;int main(){ //memcpy函数 char d[20]; //声明数组 char *str="Hellow word"; memcpy(d,str,strlen(str)); d[strlen(str)]=0; //末尾添加0 表示...
分类:
其他好文 时间:
2014-10-06 17:28:00
阅读次数:
221
配置samba协议实现效果:windows访问AK存储AK上配置default project 下,每个Filesystem的Protocols选项卡需要去掉Inherit from project复选框,这样才能得到左上角显示的smb访问地址。如果windows不能访问文件系统default/de...
分类:
其他好文 时间:
2014-10-06 18:01:10
阅读次数:
215
看图先: 页面中填充内容是随机关键词飞入和飞出动画效果,随后会更新,如今请先无视吧首先是 导入jar包 下载地址:android-support-v4.jar布局文件中加入viewPager布局 再创建两个item布局用于填充在ViewPager里然后就是Acti...
分类:
其他好文 时间:
2014-10-06 16:54:00
阅读次数:
276
send函数 int send( SOCKET s, const char FAR *buf, int len, int flags ); 不论是客户还是server应用程序都用send函数来向TCP连接的还有一端发送数据。客户程序一般用send函数向server发送请求,而server则通经常使用...
分类:
其他好文 时间:
2014-10-06 18:00:30
阅读次数:
225
@echo off if "%1" == "h" goto begin mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit :begin//前面的代码是后面的代码后台运行的关键@echo ...
分类:
其他好文 时间:
2014-10-06 17:26:50
阅读次数:
289
“为了测试目的而设计的测试用例场景”主要根据测试设计人员的经验来进行,但是仍然要参 考用户的实际场景,用户实际使用场景是设计所有测试用例的依据。例如一些业务系统,虽然备份历史数据的周期为一年,但是设计大数据量测试用例时仍然包含了 系统运行一个月、半年等的数据量模拟测试,因为这些均属于用户的典型场景。...
分类:
其他好文 时间:
2014-10-06 16:36:30
阅读次数:
173