上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 83 下一页
  2018年1月18日
摘要: 1.已写入系统镜像的U盘 2.激活工具(同时激活系统及office) 3.如果没有网口或网线,需要准备万能网卡驱动 4.office 5.360 6.输入法 7.微信 8.谷歌浏览器 阅读全文
posted @ 2018-01-18 13:58 Simle 阅读(185) 评论(0) 推荐(0)
  2018年1月13日
摘要: 准备: windows10系统镜像 16G或更大容量U盘(存放驱动,必须格式化为FAT) 官方提供的驱动软件 详细步骤: 1.打开Bootcamp,选择镜像文件 2.点击下一步,选择Bootcamp分区大小 3.系统会自动进行安装 4.安装完成后会自动进入windows10系统(官方提供的教程貌似会 阅读全文
posted @ 2018-01-13 23:50 Simle 阅读(2325) 评论(0) 推荐(0)
摘要: 准备: windows7 ISO镜像 16G或更大U盘(提前备份,需要格式化) Apple 官方提供的 windows7驱动程序 详细步骤: 1.打开Bootcamp,选择前两个选择点击继续,选择下载好的windows7 ISO镜像及U盘(系统会默认进行选择,只需要确认是正确即可) 2.点击继续,此 阅读全文
posted @ 2018-01-13 22:24 Simle 阅读(6309) 评论(0) 推荐(0)
  2017年12月31日
摘要: 准备: 两台路由器,其中至少有一台支持桥接功能 步骤: 如果只有一台支持桥接功能,则将不支持桥接功能的路由器作为主路由器,支持桥接功能的作为副路由器 设置主路由器LAN口IP为192.168.1.1(有的路由器默认地址是192.168.0.1,有些旧的路由器不支持这种格式) 记录主路由器DNS服务器 阅读全文
posted @ 2017-12-31 10:20 Simle 阅读(342) 评论(0) 推荐(0)
  2017年12月29日
摘要: 1.配置 app/build.gradle android { defaultConfig { ndk { //设置支持的SO库架构 abiFilters 'armeabi' //, 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a' } } } dependen 阅读全文
posted @ 2017-12-29 22:23 Simle 阅读(277) 评论(0) 推荐(0)
摘要: 1.数据库用户需要的权限 grant select any dictionary to coss; grant alter any procedure to coss; grant create trigger to coss; 2.每张表都需要单独的配置 3.如果使用RAC,配置的连接信息必须使用 阅读全文
posted @ 2017-12-29 17:17 Simle 阅读(1569) 评论(0) 推荐(0)
摘要: 官网: https://bugly.qq.com/v2/,用QQ扫码登录即可 1.创建应用,获取APPID 2.自动集成 2.1 在Module的build.gradle文件中添加依赖和属性配置: dependencies { compile 'com.tencent.bugly:crashrepo 阅读全文
posted @ 2017-12-29 17:07 Simle 阅读(426) 评论(0) 推荐(0)
  2017年12月6日
摘要: 1.sqlplus 执行后提示输入用户名及密码 2.sqlplus /nolog; 执行后非登录状态进入 3.conn name/password; 以指定用户名及密码登录 4.sqlplus name/password as sysdba; 以指定用户名及密码登录并且以管理员身份登录 阅读全文
posted @ 2017-12-06 20:23 Simle 阅读(191) 评论(0) 推荐(0)
摘要: 1.打开网络和共享中心 2.找到已配置好的VPN [右键]选择[属性] 保存即可。 阅读全文
posted @ 2017-12-06 14:46 Simle 阅读(13) 评论(0) 推荐(0)
  2017年12月2日
摘要: 转至:http://www.cnblogs.com/jay-xu33/p/5210098.html sqlplus /nolog conn /as sysdba shutdown immediate; startup mount ALTER SYSTEM ENABLE RESTRICTED SESS 阅读全文
posted @ 2017-12-02 21:03 Simle 阅读(142) 评论(0) 推荐(0)
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 83 下一页