立诚勿怠,格物致知
It's all about connecting the dots

Yakima Teng的文章

关于作者:楠溪江人,出生于1991年,目前坐标上海。读书时代跳过级、保过送,工作后转过行。2013年本科毕业于北药。看书、码字、敲代码、打羽毛球是我花时间的爱好。曾在某上市药企任国际药品注册岗,现在某高新企业任前端管理岗。

Generate database ER(entity-relationship) diagram

For Macbook user, you can use a software named "DBeaver" to generate database entity-relationship for you automatically. Just select one or multiple tables and then use the menu to generate ER diagram. Here is an ER diagram generated by DBeaver for a Wordpress program,  for reference purpose.

SQL 阅读(2357)去评论赞(0)

尊敬的腾讯云用户,您好

尊敬的腾讯云用户,您好!由于接到用户举报,您的腾讯云账号(账号ID: xxxxx, 昵称: xxxxxx)下的设备存在违规信息,涉嫌违反相关法律法规和政策。。。呵呵,只是提了下怎么用sock-shadow反过来的软件,谁会那么无聊举报这个,多半还是你们自己查的。

个人日志 阅读(4107)去评论赞(0)

没有参考系的宇宙

宇宙没有边界。比你大的是个宇宙,比你小的是个宇宙,你也是个宇宙,谁也不在谁里面外面,你想走近某个宇宙去它就不存在了,每个时刻各种实体虚体都在变,没有参照物,不存在参考系,不存在前后后、内和外。我们用不存在参考系的思路来想象下宇宙。 画圆的时候圆存在“起点”,一旦圆“画完“了,“起点”也就不存在了。这里所谓的“起点”是一个集合,里面有无穷多的点,而且也并不是一群紧挨着彼此密不可分的点。所谓的“画完”其实也只是个相对的过程,一提笔就画完了,也永远画不完。

how to see sql queried by wordpress when opening a page

For learning purpose, it's meaningful to looking at sql sentences queried by Wordpress. But how to do this? Here is the answer. First, edit the wp-config.php file, just add one line of code. Then, find the common footer.php file of your Wordpress theme, add the following code before the ending html tag (attention: here we only allow administrator to see these sql sentences, taking security into consideration). That's all.

分治法与快速排序

快速排序采用了一种分治的思想,由于排序效率在同为O(N*logN)的几种排序方法中效率较高,因此经常被采用。快速排序是一种不稳定的排序方法。该方法的基本思想是:1、定基准:先从数列中取出一个数作为基准数;2、分区:将比这个数打的数全放到它的右边,小于或等于它的数全放到它的左边;3、再对左右两个区间重复第二步,直到各区间只有一个数(终止条件)。

登录

找回密码

注册