码迷,mamicode.com
首页 >  
搜索关键字:build version    ( 35499个结果
一个关于双目运算符的测试
编译环境 x86_64-w64-mingw32 gcc version 8.1.0 操作系统 window 10 X64 code #include <stdio.h> #define uint8_t unsigned char #define uint32_t unsigned int int m ...
分类:其他好文   时间:2021-05-24 10:20:00    阅读次数:0
界面设计参考(1)tcp服务器
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:a ...
分类:其他好文   时间:2021-05-24 09:58:36    阅读次数:0
使用yum方式安装的openresty参数
nginx version: openresty/1.19.3.1 built by gcc 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC) built with OpenSSL 1.1.1h 22 Sep 2020 (running with OpenSSL 1.1. ...
分类:其他好文   时间:2021-05-24 09:34:56    阅读次数:0
[Python]configparser模块读取配置文件
config.ini [phone] imei = 123456789 num = 0 / 14 build = 00WWYL test.py CUR_DIR = os.path.dirname(os.path.abspath(__file__)) configFilePath = os.path. ...
分类:编程语言   时间:2021-05-24 09:30:30    阅读次数:0
MySQL版本引起的错误
各位看官可以关注博主个人博客,了解更多信息。 作者:Surpasser 链接地址:https://surpass.org.cn 前言 接上一篇帖子,博主在CentOS上安装了最新版的MySQL容器(版本为8.0.19),在使用本地springBoot项目连接,启动项目后操作登录系统时报错。 问题 请 ...
分类:数据库   时间:2021-05-24 09:06:05    阅读次数:0
System.TypeInitializationException: “Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SystemConfigurationSource”的类型初始值设定项引发异常。
请求“System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”类型的权限已失败。 错误提示:System.Typ ...
分类:其他好文   时间:2021-05-24 09:04:10    阅读次数:0
log4j2文件配置
####先来一个较全的模板 <?xml version="1.0" encoding="UTF-8"?> <!--Configuration后面的status,这个用于设置log4j2自身内部的信息输出,可以不设置--> <!--monitorInterval:Log4j能够自动检测修改配置 文件和 ...
分类:其他好文   时间:2021-05-24 08:53:11    阅读次数:0
常见未授权访问测试脚本
扫描以下常见未授权访问 redis、mongodb、memcached、elasticsearch、zookeeper、ftp、CouchDB、docker、Hadoop 安装 pip3 install -r requirements.txt -i https://mirrors.aliyun.co ...
分类:其他好文   时间:2021-05-24 08:32:18    阅读次数:0
Java处理Excel,转换为json返回
1.依赖: <dependencies> <dependency> <groupId>com.github.jsqlparser</groupId> <artifactId>jsqlparser</artifactId> <version>3.2</version> </dependency> <d ...
分类:编程语言   时间:2021-05-24 08:30:40    阅读次数:0
String==相关
在翻《深入理解Java虚拟机》的书时,又看到了2-7的 String.intern()返回引用的测试。其实要搞明白String.intern(),我总结了下面几条规则:一、new String都是在堆上创建字符串对象。当调用 intern() 方法时,编译器会将字符串添加到常量池中(stringTa ...
分类:其他好文   时间:2021-05-24 08:12:47    阅读次数:0
35499条   上一页 1 ... 21 22 23 24 25 ... 3550 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!