cd 改变当前目录 sys 制作DOS系统盘 copy 拷贝文件 del 删除文件 deltree
删除目录树 dir 列文件名 diskcopy 制磁盘 edit 文本编辑 format 格...
分类:
其他好文 时间:
2014-05-12 10:33:10
阅读次数:
306
本程序改编至网上下载的一个自定义控件,原控件是左右滚动效果,类似于跑马灯效果,由于项目需要,改编为上下滚动。前期没有实现自动折行,今天刚加上自动折行。using
System;using System.Collections;using System.ComponentModel;using Sys...
分类:
其他好文 时间:
2014-05-10 22:23:43
阅读次数:
486
首先需将要更改的datawindow关闭,然后选中该datawindow,右键——》edit
source,可以看到 processing=value如果value为 0, 则为freeForm格式,如果为1,则为grid
格式。如果是要新建一个一模一样的,可以【菜单】-【另存为】
题目:
Clone an undirected graph. Each node in the graph contains a label and
a list of its neighbors.
OJ's undirected graph serialization:
Nodes are labeled uniquely.
We use # as a separat...
分类:
其他好文 时间:
2014-05-09 22:31:35
阅读次数:
353
更多信息访问个人博客:http://cloudbps.com接到需求帮朋友监控一个信息网站,当该网站有相关的数据更新的时候发送信息到指定邮箱.下面是相关的python脚本,用到了httplib,time,sys,smtplib模块#!/usr/bin/envpython#coding=utf8importhttplib,time
importsys
importsmtplib
reloa..
分类:
编程语言 时间:
2014-05-09 21:41:15
阅读次数:
439
错误一:javap未指向有效的java版本Traceback (most recent
call last): File "../../base/android/jni_generator/jni_generator.py", line 1065,
in sys.exit(main(sys...
分类:
移动开发 时间:
2014-05-09 15:48:00
阅读次数:
632
ping 192.168.1.150
开启telnet服务:
net start telnet//start telent
telnet 192.168.1.150 1433
解决类似80端口被占用问题:
netstat -ano 显示端口和pid
禁用http.sys:(可以看到pid 4 80端口的被NT kernel & System 占用)
1. net st...
缓存执行计划 SQL Server 2008提供了一些服务器对象来分析执行计划
Sys.dm_exec_cached_plans: 包含缓存的执行计划,每个执行计划对应一行。 Sys.dm_exec_plan_attributes:
这是一个系统函数,每一个执行计划都对应着一些属性,在这个系统函数中...
分类:
其他好文 时间:
2014-05-09 07:47:25
阅读次数:
295
第一天的课程感觉比较简单,主要介绍Karplus-Strong Algorithm
给出方程
y[n]=αy[n?M]+x[n],
x[n]是输入,M是延迟,α是衰弱系数
我们要衰减D次,总的采样数就是D*M
下面是最直接的实现
关于x
= x(:).';的语法是这样的,这是一个转置,但是是非共轭转置,如果是x',那么...
分类:
其他好文 时间:
2014-05-09 02:37:51
阅读次数:
455
sys.c 代码分析
setregid
/*
* This is done BSD-style, with no consideration of the saved gid, except
* that if you set the effective gid, it sets the saved gid too. This
* makes it possib...
分类:
系统相关 时间:
2014-05-09 02:13:12
阅读次数:
621