上一页 1 ··· 4 5 6 7 8 9 10 下一页

2019年12月3日

十年编程(Teach Yourself Programming in Ten Years)

摘要: 为什么每个人都急不可耐? 走进任何一家书店,你会看见《Teach Yourself Java in 7 Days》(7天Java无师自通)的旁边是一长排看不到尽头的类似书籍,它们要教会你Visual Basic、Windows、Internet等等,而只需要几天甚至几小时。我在Amazon.com上 阅读全文

posted @ 2019-12-03 10:28 1zfang1 阅读(119) 评论(0) 推荐(0) 编辑

2019年11月7日

微服务

摘要: 外部环境选型 1. JVM版本: JDK 8 2. 构建工具: maven 3. 持续集成: jenkins 4. 数据库版本: MySQL 5.7.9 5. redis版本:6.0.6(redis集群,保持现状) 6. 中间件Message Queue的选型: 6.1 RocketMQ(物联网无关 阅读全文

posted @ 2019-11-07 16:11 1zfang1 阅读(180) 评论(0) 推荐(0) 编辑

2019年9月16日

Thymeleaf

摘要: Thymeleaf枚举 enum public enum JkCashBackEnumMode { SINGLE(2, "一次性给到到期日"), YEAR(4, "根据投资日按年"), CUSTOM(6, "自定义返现"); private int code; private String text 阅读全文

posted @ 2019-09-16 17:33 1zfang1 阅读(179) 评论(0) 推荐(0) 编辑

2019年8月21日

javaFx模块化

摘要: 原型(注意:无原型javafx-maven-archetypes的点击Add Archetype) <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-maven-archetypes</artifactId> <versio 阅读全文

posted @ 2019-08-21 17:44 1zfang1 阅读(649) 评论(0) 推荐(0) 编辑

2019年7月26日

数学

摘要: https://undergroundmathematics.org/?tdsourcetag=s_pcqq_aiomsg https://terrytao.wordpress.com/ 数学建模工具 1 Octave 2 Matlab 高数 第一章 函数、极限和连续 1 函数 单调增加 单调减少 阅读全文

posted @ 2019-07-26 11:16 1zfang1 阅读(113) 评论(0) 推荐(0) 编辑

2019年4月1日

AI

摘要: 深度学习 推荐文章:https://mp.weixin.qq.com/s/ABvmPbFU9XfkOWj42Tv9jQ 推荐资料 坦福大学2014机器学习教程中文笔记目录:https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes 周志华西瓜书 吴恩 阅读全文

posted @ 2019-04-01 10:33 1zfang1 阅读(178) 评论(0) 推荐(0) 编辑

2019年3月19日

可执行jar

摘要: 参考:https://openjfx.io/openjfx-docs/ javaFx 可执行jar (jdk 11) 目录 src/main/java/com.mypack AppMain.java Main.java 目录 src/main/java/ module-info.java pom.x 阅读全文

posted @ 2019-03-19 15:53 1zfang1 阅读(763) 评论(0) 推荐(0) 编辑

2019年3月12日

cmake

摘要: 例: 目录 主程序目录 demo build include hello.h lib CMakeLists.txt src main.cpp 动态库目录 helloLib build CMakeLists.txt src hello.h hello.cpp demo CMakeLists.txt h 阅读全文

posted @ 2019-03-12 10:35 1zfang1 阅读(121) 评论(0) 推荐(0) 编辑

2018年11月28日

linux

摘要: 脚本可执行权限 chmod -R +x ./ 观察linux系统日志,查看jvm是否被linux系统杀死 dmesg|grep java /var/log/message PuTTY Secure Shell Client win10子系统ubuntu 安装位置 C:\Users\***\AppDa 阅读全文

posted @ 2018-11-28 14:25 1zfang1 阅读(155) 评论(0) 推荐(0) 编辑

2018年11月2日

git

摘要: git简明指南 https://www.cnblogs.com/math/p/git.html 推荐smartgit https://www.syntevo.com/smartgit/ git 用远程覆盖本地 方法1git fetch --all git reset --hard origin/ma 阅读全文

posted @ 2018-11-02 13:27 1zfang1 阅读(108) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 下一页

导航