09 2017 档案

摘要:主要有:1、about:版本信息2、about:MozillaMozilla之书3、about:blank空白页面4、about:config火狐设置5、about:cache缓存查看6、 about:credits捐献名单7、about:plugins插件查看8、 about:buildconfi 阅读全文
posted @ 2017-09-28 22:01 citong 阅读(1566) 评论(0) 推荐(0)
摘要:我的解决方案是: 将bios现在的引导方式由uefi改为lecagy,u盘不动,重启f12选择启动盘,失败。然后再进bios改回uefi only,再重启选择u盘引导,正常进入安装过程 按F12进入BIOS修secure boot 为disable ,再将secure boot 为enable,再将 阅读全文
posted @ 2017-09-06 22:40 citong 阅读(4344) 评论(0) 推荐(0)
摘要:Linux 安装执行命令tar -xvJf tor-browser-linux64-7.0.5_LANG.tar.xz //解压 cd tor-browser_LANG ./start-tor-browser.desktop //运行 运行时报错:The Tor Browser Bundle sho 阅读全文
posted @ 2017-09-05 22:36 citong
摘要:一、系统操作 二、增删改查 2.1 创建表 2.2 插入数据 select * from [test].[dbo].[user]; insert into [test].[dbo].[user] values(2,'zhangsan'); select * from [test].[dbo].[us 阅读全文
posted @ 2017-09-04 15:54 citong 阅读(175) 评论(0) 推荐(0)