msdnIndicates whether a multithreaded module is
a DLL and specifies retail or debug versions of the run-time
library.Copy/MD[d]/MT[d]/LD[d]RemarksOpti...
分类:
其他好文 时间:
2014-06-10 15:12:38
阅读次数:
283
1. python -m cProfile myprogram.py2. 使用import
profile模块import profiledef profileTest(): ...if __name__ == "__main__":
profile.run("profileTest()")3......
分类:
编程语言 时间:
2014-06-09 18:59:10
阅读次数:
219
有一道这种面试题:开启一个子线程和主线程同一时候运行,子线程输出10次后接着主线程输出100次,如此重复50次。先看以下代码:package
com.maso.test;/** * * @author Administrator *
两个线程,当中是一个主线程,第一个线程先运行输出10次,主线程接....
分类:
移动开发 时间:
2014-06-09 17:17:43
阅读次数:
310
安装Windows7后默认开启系统管理员账户AdministratorStep1当完成Windows7安装以后,你会看到新建用户对话框,此时按下键盘上的“Shift+F10”,会弹出“CMD”窗口。(图1)Step2在“CMD”窗口中输入“lusrmgr.msc”调出“本地用户和组”窗口。(图2)S...
??run{allocate channel d1 type disk;allocate
channel d2 type disk;allocate channel d3 type disk;allocate channel d4 type
disk;allocate channel d5 type...
分类:
其他好文 时间:
2014-06-08 21:26:18
阅读次数:
351
最近在弄网页爬虫这方面的,上网看到关于htmlagilitypack搭配scrapysharp的文章,于是决定试一试~于是到https://www.nuget.org/packages/ScrapySharp去看看,看到这句下载提示:To
install ScrapySharp, run the f...
分类:
Web程序 时间:
2014-06-08 20:23:28
阅读次数:
402
Steps1Check to see if your Ubuntu Linux operating
system architecture is 32-bit or 64-bit, open up a terminal and run the
following command below.Type...
分类:
编程语言 时间:
2014-06-08 19:51:49
阅读次数:
328
在Android应用中,有时候为了用户体验更佳,我们会为默写情况添加声音效果,比如点击按钮后发出声音,以下代码可以轻松实现声音效果:
new Thread(new Runnable() {
@Override
public void run() {
// TODO Auto-generated method stub
MediaPlayer mPlayer =...
分类:
移动开发 时间:
2014-06-08 16:29:48
阅读次数:
243
1、安装
(1) 安装JRE
l 首先确保已安装JRE [Java Run Time Enviroment (JRE) 1.4 (or above) ]
注意:一定要先安装JRE,然后再安装paros proxy,如果先安装paros proxyr后安装JRE,paros proxy将无法启动。
l 如果没有JRE,可以通过以下地址下载并安装:http:...
分类:
Web程序 时间:
2014-06-08 16:22:59
阅读次数:
333
1. sudo apt-get install mysql-server, input administrator password , '123'
2. enter mysql promot in command line, 'mysql -u root -p', input password
3. create database "CREATE DATABASE xoops...
分类:
数据库 时间:
2014-06-08 10:26:14
阅读次数:
356