摘要:MIT 公开课 https://ocw.mit.edu/courses/?utm_source=ocw-megamenu&utm_medium=link&utm_campaign=mclstudy
阅读全文
摘要:1.Why Data Normalization? The advantage of having a higly normalized data schema is that information is stored in one place and one place only, reduci
阅读全文
摘要:The following three diagrams will cover 80 percent of your object-modeling needs when building a business application using object technology. 1. user
阅读全文
摘要:The principles for Agile Software Development 1. Our highest priority is to satisfy the customer through early and continuous delivery of valuable sof
阅读全文
摘要:netstat -aon|findstr "9080" TCP 0.0.0.0:9080 0.0.0.0:0 LISTENING 2652 TCP [::]:9080 [::]:0 LISTENING 2652 reference: http://jingyan.baidu.com/article/
阅读全文
摘要:Hibernate 开发流程 一、导入相应的包 1、hibernate安装文件夹中的lib->required中的包 2、导入log4j 3、导入数据库驱动 二、创建hibernate的配置文件 在src的目录下创建相应的hibernate.cfg.xml在这个文件中加入相应的数据库基本信息的配置
阅读全文
摘要:Machine Learning and Data Mining Lecture 1 1. The learning problem - Outline 1.1 Example of machine learning Predicting how a viewer will rate a moive
阅读全文