码迷,mamicode.com
首页 >  
搜索关键字:sys    ( 20866个结果
kindeditor在Java项目中的应用以及图片上传配置
在官网下载Kindededitor的开发包 在项目中javaweb项目中导入kindeditor必须要使用的Jar包(用于文件上传,除非你的富文本编辑器不使用图片上传)jar包可以在官网的开发包中找到,注意下面图jar包的位置 将官网开发包中的此jsp文件放在你的项目中,其实富文本编辑器在执行文件上 ...
分类:编程语言   时间:2018-08-02 17:41:00    阅读次数:216
The listener supports no services
监听状态信息如下: 检查 local_listener 参数: 解决办法:设置 local_listener 参数即可。 alter system set local_listener='(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.190.27)(PORT=1521)) ...
分类:其他好文   时间:2018-08-02 16:04:09    阅读次数:111
内存耗尽怎么办?
内存耗尽怎么办? 如果在申请动态内存时找不到足够大的内存块,malloc 和 new 将返回 NULL 指针, 宣告内存申请失败。通常有三种方式处理“内存耗尽”问题。 ...
分类:其他好文   时间:2018-08-02 12:51:52    阅读次数:174
圆的面积
1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 int main(... ...
分类:其他好文   时间:2018-08-02 11:28:45    阅读次数:122
十进制
1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 int main(... ...
分类:其他好文   时间:2018-08-02 11:19:49    阅读次数:112
三角形的面积
1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 ... ...
分类:其他好文   时间:2018-08-02 11:16:27    阅读次数:139
scan.nextInt()
简单的应用举例: Import java.util. ; public class Main{ public static void main(String[] args){ Scanner scan=new Scanner(System.in); while(scan.hasNext){ int ...
分类:其他好文   时间:2018-08-02 10:22:51    阅读次数:995
Thing in java 第5章,初始化和清理,练习题答案
/** * Created by Sandy.Liu on 2018/7/28. * Thinking in java version 4, chapter 5, practice 2 * Create a class which includes two string values, one is ...
分类:编程语言   时间:2018-08-02 10:20:48    阅读次数:146
Spring boot进阶-配置Controller、interceptor...
1、配置SpringBootApplication(对spring boot来说这是最基本) 2、创建配置类 完整配置 3、配置Controller controller是在配置类中添加的 主要是针对一些仅需要返回页面的Controller,如果需要model操作则不适用 主要是通过addViewC ...
分类:编程语言   时间:2018-08-02 00:10:31    阅读次数:252
sys模块
import sys,timeprint(sys.platform) #返回操作系统平台名称print(sys.argv[1:]) #命令行参数List,第一个元素是程序本身路径command = sys.argv[1]path = sys.argv[2]if command == "***": p ...
分类:其他好文   时间:2018-08-02 00:04:01    阅读次数:125
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!