码迷,mamicode.com
首页 >  
搜索关键字:cat    ( 24058个结果
Tomcat后台登录控制台centos7
tomcat后台登录控制台
分类:其他好文   时间:2019-05-11 09:19:35    阅读次数:319
Rotate Image
You are given an n x n 2D matrix representing an image. You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockw ...
分类:其他好文   时间:2019-05-10 23:30:21    阅读次数:163
SpringBoot 获取properties配置文件的属性
自定义properties文件获取属性 使用 @ConfigurationProperties((prefix = "demo")) 和 @PropertySource("classpath:myconfig.properties") 来批量注值到bean中 不要忘了@Component appli ...
分类:编程语言   时间:2019-05-10 20:30:57    阅读次数:139
启动/关闭Spring boot服务脚本
启动Spring boot服务脚本 关闭Spring boot服务脚本 ...
分类:编程语言   时间:2019-05-10 14:49:09    阅读次数:154
异常处理 除数 圆
package bbb; import java.util.Scanner; public class ExceptionTste { public static void main(String[]args){ int x,y; float sum = 0; System.out.println(... ...
分类:其他好文   时间:2019-05-10 13:00:14    阅读次数:120
python文件问题
文件操作方法 1. 编码方式: 在操作文件的时候,指定文件的编码方式(#encoding = 'utf -8') 就相当于改变了读取文件编码的格式 文件中还有一个方法: print(文件名.enconding) #就相当于输出文件的编码方式 2. 文件跳转光标 #当第一次读文件的时候,是在文件最头部 ...
分类:编程语言   时间:2019-05-09 23:54:03    阅读次数:248
C# 通过 AppDomain 应用程序域实现程序集动态卸载或加载
原文:C# 通过 AppDomain 应用程序域实现程序集动态卸载或加载 AppDomain 表示应用程序域,它是一个应用程序在其中执行的独立环境。每个应用程序只有一个主应用程序域,但是一个应用程序可以创建多个子应用程序域。 因此可以通过 AppDomain 创建新的应用程序域,在新创建的子应用程序... ...
分类:移动开发   时间:2019-05-09 23:52:11    阅读次数:176
再谈Linux的ulimit
(测试系统Centos7)测试脚本[root@up01~]#cat/tmp/test_ulimit.pyimportsysdeftest_n():total=[]try:foriinrange(0,100000):total.append(open(‘/tmp/{}-{}‘.format(‘jjkkll‘,i),‘w‘))exceptExceptionaserr:print(i,repr(err)
分类:系统相关   时间:2019-05-09 23:39:53    阅读次数:180
web.xml标签
启动WEB项目的时候,容器首先会去读取web.xml配置文件中的两个节点:<listener> </listener>和<context-param> </context-param> 1.<web-app></web-app> <web-app></web-app>是部署描述的根元素。 2.<di ...
分类:Web程序   时间:2019-05-09 21:36:40    阅读次数:160
C#第一堂课
C# 是一个简单的、现代的、通用的、面向对象的编程语言,它是由微软(Microsoft)开发的。 本教程将告诉您基础的 C# 编程,同时将向您讲解 C# 编程语言相关的各种先进理念。
分类:Windows程序   时间:2019-05-09 19:50:26    阅读次数:189
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!