//Li Cuiyun,October 14,2016.//用递归方法编程解决汉诺塔问题package tutorial_3_5;import java.util.*; public class HanoiTower { public static void main(String[] args) ...
分类:
编程语言 时间:
2016-10-25 02:23:54
阅读次数:
153
http://tensorfly.cn/tfdoc/get_started/introduction.html https://github.com/CreatCodeBuild/TensorFlow-Chinese-Tutorial http://valser.org/forum-101-1.ht ...
分类:
其他好文 时间:
2016-10-23 17:18:00
阅读次数:
158
易百地址:http://www.yiibai.com/sql/sql-rdbms-concepts.html 3wSchool 地址:http://www.w3school.com.cn/sql/sql_syntax.asp ...
分类:
数据库 时间:
2016-10-23 14:50:39
阅读次数:
258
http://blog.csdn.net/liuaigui/article/details/6144929 移动互联网、物联网、云计算、电子商务、商业智能、信息搜索、社会化网络,......,IT领域从来都不缺乏热门技术趋势和商业噱头。这可苦了我等IT人,毕竟时间和精力是很有限的,我们需要选择一两个 ...
分类:
其他好文 时间:
2016-10-23 12:21:59
阅读次数:
228
https://uwsgi.readthedocs.io/en/latest/tutorials/Django_and_nginx.html Setting up Django and your web server with uWSGI and nginx This tutorial is aim ...
分类:
Web程序 时间:
2016-10-23 09:38:53
阅读次数:
374
Markdown 编辑器使用Remarkable 语法,参考Remarkable帮助里的Tutorial Mathjax Mathjax语法简介 Sphinx 使用docstring生成APIdoc reStructuredText reStructuredText语法简介 ...
分类:
其他好文 时间:
2016-10-22 17:35:18
阅读次数:
205
本文记录,Java 应用通过 Hibernate 对数据库 MySQL 进行基本的增删改查操作。 本例子的目录结构如下 hibernate.cfg.xml 存储数据库信息,如数据库类型,账号密码,数据库名称 Empoyee.hbm.xml,声明 java 简单对象和数据库表结构的对应关系 Emplo ...
分类:
Web程序 时间:
2016-10-22 07:44:23
阅读次数:
340
EL表达式的具体用法我暂时先不说了 这里就简单说说注意点 访问后页面如下 ${book.isbn }这个怎么取值的? 其实是通过Book的getIsbn() 不信咱们把getTitle()方法注释起来再访问下试试 结果就成这样了 所以简单理解,他是通过实体属性的get方法获得的 ...
分类:
Web程序 时间:
2016-10-21 13:11:58
阅读次数:
279
It is very useful in .net we can user framework provided role manager, and easily configure in Web.Config. However, I find when I fullfil such configu ...
分类:
Web程序 时间:
2016-10-20 14:54:29
阅读次数:
178
原文 链接:http://docs.oracle.com/javase/tutorial/java/concepts/package.html 前言 如果你还没有接触过面向对象编程,在你动手敲代码之前需要学习一些基本的概念。本节会为你介绍对象、类、继承、接口和包。每一部分的讨论集中在这些概念是如何联 ...
分类:
其他好文 时间:
2016-10-18 18:22:41
阅读次数:
192