1. 在我们与别人沟通问题和提出建议时候,可按照以下步骤进行 (1)检查自己对获取的信息是否真正了解(2)切实说出不了解的部分是什么,提问原则可根据5W1H的原则来。5W是指who、what、when、where、why。1H指的是how(3)思考有效问题,看看怎么处理不了解的部分,提出问题后,就要 ...
分类:
其他好文 时间:
2019-05-29 18:17:35
阅读次数:
111
内部变量 ? $$与$BASHPID都代表着执行程序的进程 ID,我们可以通过 echo 打印,并用 ps 指令检查得到相同的进程 ID [root@oracle ~]# echo $BASHPID #没有结果?? [root@oracle ~]# echo $$ #显示执行进程的 id 号 313 ...
分类:
其他好文 时间:
2019-05-28 17:02:42
阅读次数:
130
一、 什么是 RBAC RBAC(Role-Based Access Control )基于角色的访问控制。 RBAC 认为权限的过程可以抽象概括为: 判断【Who 是否可以对 What 进行 How 的访问操作(Operator)】 Who:权限的拥用者或主体 What:权限针对的对象或资源 Ho ...
分类:
其他好文 时间:
2019-05-26 15:39:51
阅读次数:
213
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Specification: Each inp ...
分类:
其他好文 时间:
2019-05-25 13:17:50
阅读次数:
111
https://juejin.im/post/5bda6f276fb9a0226d18931f https://juejin.im/post/5abca877f265da238155b6bc https://juejin.im/post/599a58f6f265da247b4e756b ios:ht ...
分类:
移动开发 时间:
2019-05-25 09:16:25
阅读次数:
412
GMT是地学界常用的开源软件,不仅是因为其开源的特性,还有着独特的魅力。 所需要的软件如下 安装步骤: 1. Put the soft packages in one folder, i.e. /home/gmt/soft 2. tar zxvf gdal-1.10.1.tar.gz cd gdal ...
分类:
其他好文 时间:
2019-05-24 22:33:32
阅读次数:
141
出现死锁的解决办法 在master中创建查看死锁的存储过程 [sql] view plaincopy use master go create procedure sp_who_lock as begin declare @spid int,@bl int, @intTransactionCount ...
分类:
数据库 时间:
2019-05-23 15:41:04
阅读次数:
552
因为自己网站后台做了一个进站ip统计,之前只是获取了ip,这次优化了下,把ip的大致区域弄出来了 废话不多说,进正题 首先要用到几个网络大头的api 要导入json第三方jar包,方法自行百度,在此不赘述 希望对大家有所帮助 以上 ...
分类:
编程语言 时间:
2019-05-22 12:38:00
阅读次数:
307
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Specification: Each inp ...
分类:
其他好文 时间:
2019-05-20 21:27:17
阅读次数:
164
Trade and the Ancient Middle East Trade was the mainstay of the urban economy in the Middle East, as caravans negotiated the surrounding desert, restr ...
分类:
其他好文 时间:
2019-05-16 00:01:32
阅读次数:
162