码迷,mamicode.com
首页 >  
搜索关键字:question    ( 5100个结果
The Building Blocks- Components of EA Part 2- Process, People, Network and Time
1. Zachman FrameworkInformation (Data) - Answer the Question 'What?'Contextual: List of Things important to the BusinessConceptual: Semantic Model - T...
分类:Web程序   时间:2014-08-12 13:01:54    阅读次数:279
【VBA研究】VBA做了个简单的试题生成工具
作者:iamlasong 单位对新上岗的员工进行培训,培训结束后,需要进行考试,需要一个简单的考试系统,让新员工既可以自己练习,也可以进行测试,为此,我们做了一个题库,员工可以自己生成一套考题,测试自己的掌握程度,也可以集中起来进行考试,测试培训效果。 系统数据库很简单,有两个表,一个是题库,一个是成绩。 create table EMSAPP_TEST_QUESTION (   typ...
分类:其他好文   时间:2014-08-12 10:21:46    阅读次数:433
ActivePython2.7 +Firefly1.2.2+WIN7服务器搭建过程(已通过)
原地址:http://www.9miao.com/question-15-54027.html1.ActivePython2.7 版本(内部已经包含easy_install,pywin32)2.所需的组件 1)最新的Firefly到git上面下载 2 )使用easy_install dbutils ...
分类:编程语言   时间:2014-08-11 17:46:02    阅读次数:307
Firefly——dbentrust 示例DEMO (源码+教程)
原地址:http://www.9miao.com/question-15-54002.htmlFirefly——dbentrust示例说明一、数据库准备本篇示例演示的是firefly与MySQL和memcached之间的数据处理,所以要先准备好数据库。(数据库工具使用的是SQLyogEnt)1、创建...
分类:数据库   时间:2014-08-11 17:44:42    阅读次数:341
firefly的环境搭建(2013年9月25日最新,win下最详图文)
源地址:http://www.9miao.com/question-15-53785.html一、安装PythonFirefly是采用Python编写的高性能、分布式游戏服务器框架,所以使用Firefly的前提是必须安装Python。Python在Linux、windows等操作系统下都有相应的版本...
分类:Windows程序   时间:2014-08-11 17:35:02    阅读次数:261
attachEvent 和 addEventListener 的用法
http://www.oschina.net/question/54100_25614addEventListener中的第三个参数是useCapture, 一个bool类型。当为false时为冒泡获取(由里向外),true为capture方式(由外向里)。点击这里
分类:其他好文   时间:2014-08-11 09:59:51    阅读次数:150
【DataStructure】 Classical Question: Josephus Cycle
【Description】   This problem is based upon a report by the historian Joseph ben Matthias (Josephus) on the outcome of a suicide pact that he had made between himself and 40 soldiers as they were besi...
分类:其他好文   时间:2014-08-11 00:27:51    阅读次数:235
UVA - 10324 Zeros and Ones
Description Given a string of 0's and 1's up to 1000000 characters long and indices i and j, you are to answer a question whether all characters between position min(i,j) and position max(i,j...
分类:其他好文   时间:2014-08-10 18:47:30    阅读次数:277
springmvc,mybatis增加quartz
之前springmvc,mybtais整合的文章:http://www.cnblogs.com/acehalo/p/3901809.html现在新增quartzquartz配置参考的http://www.oschina.net/question/8676_9032pom新加依赖: org.qua.....
分类:编程语言   时间:2014-08-10 15:21:00    阅读次数:212
约瑟夫问题的C++简单实现(循环链表)
[code=C++] /*     author:jiangxin     Blog:http://blog.csdn.net/jiangxinnju     Function:method of Josephus question */ #include using namespace std; struct node {     int seq;     node *...
分类:编程语言   时间:2014-08-10 12:59:40    阅读次数:270
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!