码迷,mamicode.com
首页 >  
搜索关键字:adblock plus    ( 3005个结果
大数加法和乘法
``` #include using namespace std; const int N=1e5+10; int ans[N]; string a,b; int x[N],y[N]; void Plus(int ma){ memset(ans,0,sizeof(ans)); printf("加法结... ...
分类:其他好文   时间:2019-01-16 21:41:35    阅读次数:197
同事搭一个测试RAC说节点2发现idle了,报ORA-00304
[oracle@testrac2 11204]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Wed Jan 16 18:50:03 2019 Copyright (c) 1982, 2013, Oracle. All ...
分类:其他好文   时间:2019-01-16 20:39:35    阅读次数:188
oracle11g 修改字符集 修改为ZHS16GBK
导入和导出时字符集不匹配会导致无法导入,需要修改字符集。 Doc命令: sqlplus sys/orcl#manger as sysdba SQL*Plus: Release 11.2.0.1.0 Production on 星期一 1月 16 16:33:30 2017 Copyright (c) ...
分类:数据库   时间:2019-01-16 16:51:14    阅读次数:271
C++ primer plus chapter 8
头文件内容 原型 #define const 常量 结构声明 类声明 模板声明 内联函数 <>标准头文件库查找 ""工作目录和源代码目录 没有则找标准 自己的头文件用引号 #ifndef CORDIN_H_ #define CORDIN_H_ #endif 其他地方有相同的定义则跳过 自动存储 开始 ...
分类:编程语言   时间:2019-01-16 16:40:08    阅读次数:174
Mybatis-Plus的填坑之路 - Lynwood/wunian7yulian
Mybatis-Plus 我来填坑~ 简介: 此Demo 主要应用SpringBoot 来展示Mybatis-Plus 特性, 以及在开发过程中可能应用到的插件的演示。 源码:https://github.com/wunian7yulian/MybatisPlusDemo 本文:https://wu ...
分类:其他好文   时间:2019-01-16 13:18:40    阅读次数:2371
Skype for Business 2016或Lync 2013安装在Windows7上闪退
很多人现在可能还在使用Windows7,但是最近发现了一个奇怪的现象。 背景:客户新安装Win7,所有补丁都没打,IE仍旧是IE8。安装Office Pro Plus 2013的时候禁用了Lync 2013,重新打开Lync发现无法打开,一打开就闪退。禁用Lync重新到MSDN网站下载了一个,能打开 ...
分类:Windows程序   时间:2019-01-14 10:58:24    阅读次数:1088
mybatis-plus 代码生成
之前采用maven generator 生成代码,在配置文件上因为从单模块到多模块时出现问题, 改用mybatis plus自动生成代码。 码云地址: "https://gitee.com/baomidou/mybatis plus" github地址: "https://github.com/ba ...
分类:其他好文   时间:2019-01-13 13:01:58    阅读次数:355
推荐一款Notepad++主题Dracula
https://draculatheme.com/notepad-plus-plus/ Activating theme ...
分类:其他好文   时间:2019-01-12 14:23:53    阅读次数:254
How to use Nissan consult 3 plus to check, make key and program?
How to use Nissan consult 3 plus to test Nissan? Firstly: get one particular Nissan consult 3 plus. Second: prepare one laptop with Windows XP2 (SP2 o ...
分类:其他好文   时间:2019-01-10 15:42:04    阅读次数:127
SQL*Plus命令
简介set命令 一般使用SQL PLUS导出数据时一般使用以下参数就可以了。 set echo off; -- 不显示脚本中的每个sql命令(缺省为on)set feedback off; -- 禁止回显sql命令处理的记录条数(缺省为on)set heading off; -- 禁止输出标题(缺省 ...
分类:数据库   时间:2019-01-09 15:47:46    阅读次数:280
3005条   上一页 1 ... 61 62 63 64 65 ... 301 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!