博客原文地址:http://blog.wolfire.com/2010/01/Why-you-should-use-OpenGL-and-not-DirectX && https://www.cnblogs.com/y114113/p/10676352.html 当我们遇到其他游戏程序员并谈论我们使 ...
分类:
其他好文 时间:
2020-05-05 18:23:50
阅读次数:
83
7.5 Dealing with Return Values 7.5 处理返回值 For return values, you can also decide between returning by value or by reference. However, returning referen ...
分类:
其他好文 时间:
2020-05-03 17:01:23
阅读次数:
90
We have the happy path covered for our post editor component, but what happens if there’s an error in saving the user’s information? We should probabl ...
分类:
数据库 时间:
2020-05-02 22:58:30
阅读次数:
81
来源:codeceo www.codeceo.com/5 annotations every java developer should know.html 划重点 自 JDK5 推出以来,注解已成为Java生态系统不可缺少的一部分。虽然开发者为Java框架(例如Spring的@Autowired) ...
分类:
编程语言 时间:
2020-04-30 09:56:56
阅读次数:
76
Spring 的事务传播机制中 Propagation.SUPPORTS 级别的意义是,如果当前环境有事务,就加入到当前事务;如果没有事务,就以非事务的方式执行。从这个说明来看,使用这个级别和不加@Transaction注解也没什么不一样,找 API 看一下,枚举 Propagation 的 SUP ...
分类:
其他好文 时间:
2020-04-29 18:06:30
阅读次数:
139
1、首先进入mysql命令台: mysql -u root -p 回车 输入密码 2、查询所有的库 mysql> show databases; 3、进入数据库“orcl”是库名 mysql> use orcl; 4、check table ta_history(ta_history--出现错误的表 ...
分类:
数据库 时间:
2020-04-29 10:34:31
阅读次数:
75
Hello, this blog will show you how to use the tool we build. "项目链接" 1. establish new project First, you should establish a new project. Note the proje ...
分类:
其他好文 时间:
2020-04-29 00:58:13
阅读次数:
110
Don't Block the Event Loop (or the Worker Pool) | Node.js https://nodejs.org/en/docs/guides/dont-block-the-event-loop/ Don't Block the Event Loop (or ...
分类:
其他好文 时间:
2020-04-29 00:52:59
阅读次数:
56
simple responsibility principle 单一职责原则。 there should never be more than one reason for a class to change. 一个类中应该只处理一个职责,而不应该同时处理多个职责。否则当出现类需要修改时,可能会导致 ...
分类:
其他好文 时间:
2020-04-26 14:09:21
阅读次数:
77
Environment "Ubuntu 16.04 LTS" install selenium You can use pip install selenium, maybe specify the version Download ChromeDriver this "website" downl ...
分类:
系统相关 时间:
2020-04-24 13:16:08
阅读次数:
94