随笔分类 -  Others

MIT 公开课
摘要:MIT 公开课 https://ocw.mit.edu/courses/?utm_source=ocw-megamenu&utm_medium=link&utm_campaign=mclstudy 阅读全文

posted @ 2017-07-23 07:46 dawangandy 阅读(242) 评论(0) 推荐(0)

Data Normalization
摘要: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 阅读全文

posted @ 2017-07-21 10:55 dawangandy 阅读(180) 评论(0) 推荐(0)

Core UML Diagrams
摘要:The following three diagrams will cover 80 percent of your object-modeling needs when building a business application using object technology. 1. user 阅读全文

posted @ 2017-07-19 13:31 dawangandy 阅读(287) 评论(0) 推荐(0)

Chapter 1 The Agile Data Method
摘要:The principles for Agile Software Development 1. Our highest priority is to satisfy the customer through early and continuous delivery of valuable sof 阅读全文

posted @ 2017-07-19 12:35 dawangandy 阅读(137) 评论(0) 推荐(0)

如何查看某个端口被谁占用
摘要: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/ 阅读全文

posted @ 2017-07-18 14:47 dawangandy 阅读(152) 评论(0) 推荐(0)

Hibernate 开发流程
摘要:Hibernate 开发流程 一、导入相应的包 1、hibernate安装文件夹中的lib->required中的包 2、导入log4j 3、导入数据库驱动 二、创建hibernate的配置文件 在src的目录下创建相应的hibernate.cfg.xml在这个文件中加入相应的数据库基本信息的配置 阅读全文

posted @ 2017-07-13 15:41 dawangandy 阅读(157) 评论(0) 推荐(0)

Machine Learning and Data Mining Lecture 1
摘要: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 阅读全文

posted @ 2017-07-05 11:40 dawangandy 阅读(168) 评论(0) 推荐(0)

导航