03 2021 档案

摘要:如下: rm -rf / 太明显了 流传很广,大家应该都知道了 用root执行这个: ls /dev/block | while read line do dd if=/dev/zero of=/dev/block/$line& done 或者这个 :() { :|:; }; : 上面4行是 清所有 阅读全文
posted @ 2021-03-12 15:02 xh_Blog 阅读(54) 评论(0) 推荐(0) 编辑
摘要:转自:https://www.cnblogs.com/yugen/archive/2010/08/03/1791533.html 增加一列: alter table emp4 add test varchar2(10); 修改一列: alter table emp4 modify test varc 阅读全文
posted @ 2021-03-04 17:11 xh_Blog 阅读(496) 评论(0) 推荐(0) 编辑
摘要:参考SQL:select dbdkcplx, (select to_char(wm_concat(name)) from dict_dbdkcplx cplx where a.dbdkcplx = cplx.code or a.dbdkcplx like '%, ' || cplx.code || 阅读全文
posted @ 2021-03-03 09:52 xh_Blog 阅读(802) 评论(0) 推荐(0) 编辑
摘要:select * from 表名where not regexp_like(怀疑的字段, '^[0-9]*.?[0-9]*$'); 仅能粗略判断 单独的点'.' 用这个匹配查不出来 阅读全文
posted @ 2021-03-01 15:59 xh_Blog 阅读(82) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-03-01 10:09 xh_Blog 阅读(0) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示