码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
ACM题目————The Blocks Problem
代码参考:http://www.hankcs.com/program/uva-q101-the-blocks-problem.html Description Background Many areas of Computer Science use simple, abstract domains ...
分类:其他好文   时间:2016-05-22 22:49:34    阅读次数:491
浅谈ES5
ES概念解释: ECMAScript是一种由Ecma国际(前身为欧洲计算机制造商协会,英文名称是European Computer Manufacturers Association)通过ECMA-262标准化的脚本程序设计语言。 ECMA-262规范 定义了ECMAScript支持的一套关键字,这 ...
分类:其他好文   时间:2016-05-22 19:53:13    阅读次数:211
flask的学习日志之一 —— hello world
最近在上Computer Bawed Research Tools and Applications这门课,assignment3老师要求自己从网上找一个开源项目钻研并进行修改。看到用flask开发web非常有趣且有用,就决定从此着手。 首先搭建一个虚拟环境,使用virtualenv即可,我是用的m ...
分类:其他好文   时间:2016-05-21 17:18:36    阅读次数:101
Windows ->> FIX: “The security database on the server does not have a computer account for this workstation trust relationship”
前几天在做AlwaysOn实验时遇到搭建活动目录域时某台已经加入AD的机器无法以域管理员账户登录的情况。 报错信息是:The security database on the server does not have a computer account for this workstation t ...
分类:数据库   时间:2016-05-21 15:55:51    阅读次数:575
git SSH keys
An SSH key allows you to establish a secure connection between your computer and GitLab. Before generating an SSH key in your shell, check if your sys ...
分类:其他好文   时间:2016-05-20 11:51:04    阅读次数:740
RAD 10 C++Builder的bug
C++Builder的bug 修改一行代码,F9会报错。要clear工程重新完整编译才可以。 新建空白工程是好的。 restart computer ok!!! 2)fdquery like this,fdquery->First() raise error. fdquery->Last() err ...
分类:编程语言   时间:2016-05-18 21:55:00    阅读次数:230
5.17 JAVA
class Computer{ int num=0; boolean flag=false; public synchronized void set(){ if(flag){ try{ super.wait(); }catch(InterruptedException e){ e.printSta ...
分类:编程语言   时间:2016-05-17 13:32:45    阅读次数:153
5.17 JAVA
class Computer{ int num=0; boolean flag=false; public synchronized void set(){ if(flag){ try{ super.wait(); }catch(InterruptedException e){ e.printSta ...
分类:编程语言   时间:2016-05-17 13:31:56    阅读次数:124
UVA796 - Critical Links(Tarjan求桥)
In a computer network a link L, which interconnects two servers, is considered critical if there are atleast two servers A and B such that all network ...
分类:其他好文   时间:2016-05-16 21:54:36    阅读次数:277
第五节,计算机(电脑)简介
计算机(computer)俗称电脑,是一种用于高速计算的电子计算机器,可以进行数值计算,又可以进行逻辑计算,还具有存储记忆功能。是能够按照程序运行,自动、高速处理海量数据的现代化智能电子设备。由硬件系统和软件系统所组成,没有安装任何软件的计算机称为裸机。可分为超级计算机、工业控制计算机、网络计算机、 ...
分类:其他好文   时间:2016-05-16 19:40:49    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!