码迷,mamicode.com
首页 >  
搜索关键字:it works    ( 763个结果
安装Adventure Works 2008 R2示例数据库
SQL Server 2008 R2很多相关的文章都是以Adventure Works数据库为基础的,但是该数据库在SQL Server 2008 R2安装时不会默认安装,需要另外从CodePlex网站下载然后手动安装。微软提供了两种Adventure Works数据库的安装方式,第一种是数据文件方...
分类:数据库   时间:2015-02-02 00:32:10    阅读次数:255
web works importScripts
html: web works 日志文件输出 importScripts使用请输入用户名登陆worker-hello.js:importScripts("worker-log.js")//接收信息onmessage = function (e) { log("Worker收到了信息" + ...
分类:Web程序   时间:2015-01-30 19:05:29    阅读次数:143
十四、析构器 Deinitialization
1. 当一个实例被释放(deallocated)时,析构器会立即被调用。使用关键字 deinit 来定义析构器。只有类类型才有析构器。2. 析构器工作原理 How Deinitialization Works当一个实例的自动引用计数 Automatic Reference Counting 为0时,...
分类:其他好文   时间:2015-01-26 19:07:13    阅读次数:162
通信基础
1.计算机网路组件,如下图:1)节点(node):节点主要是具有网络地址(IP)的设备,eg:一般PC,服务器,网络打印机,ADSL调制解调器等,但集线器不是节点,因为它不具有IP。2)服务器主机(Server):提供数据以响应给用户的主机,如http服务器,ftp服务器等3)工作站(works..
分类:其他好文   时间:2015-01-26 06:41:36    阅读次数:278
解决httpd: Could not reliably determine the server's fully qualified domain name
解决方案:用记事本打开 httpd.conf将里面的 #ServerName localhost:80 注释去掉即可。再执行 httpd然后可以通过浏览器访问 http://localhost:80 ,如果页面显示 “It works!” ,即表示apache已安装并启动成功。using local...
分类:Web程序   时间:2015-01-22 15:02:40    阅读次数:155
UVA Oil Deposits (BFS)
Oil Deposits  The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and cre...
分类:其他好文   时间:2015-01-20 17:58:24    阅读次数:135
ubuntu下安装Apache+PHP+Mysql
步骤一,安装apache21sudo apt-get install apache2安装完成。运行如下命令重启下:1sudo /etc/init.d/apache2 restart在浏览器里输入http://localhost或者是http://127.0.0.1,如果看到了It works!,那就...
分类:数据库   时间:2015-01-17 22:07:09    阅读次数:255
(简单) POJ 1562 Oil Deposits,BFS。
Description The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectang...
分类:其他好文   时间:2015-01-16 23:46:25    阅读次数:291
(简单) UVA 11624 Fire! ,BFS。
Description Joe works in a maze. Unfortunately, portions of the maze have caught on fire, and the owner of the maze neglected to create a fire esca...
分类:其他好文   时间:2015-01-16 23:42:08    阅读次数:258
763条   上一页 1 ... 58 59 60 61 62 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!