Android 权限 网络权限和网络状态 <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_S ...
分类:
移动开发 时间:
2021-01-15 11:46:30
阅读次数:
0
本机环境 IDEA 2017.3.5 MySql 5.5.40 tomcat 8.5.51 Maven 3.5.0 各配置环境 1、要求数据库连接正常,且有项目对应的数据库及表 2、Maven插件配置正常 3、tomcat服务器配置正常 基本环境搭建 1、IDEA中新建一个Maven项目 两种方式 ...
分类:
其他好文 时间:
2021-01-14 11:24:59
阅读次数:
0
#有深信服的参考深信服更改步骤,没有深信服的参考路由器更改步骤: ##路由器更改步骤 SSH2协议登录路由器(公用用户名和密码已下发) 键入如下命令 configure terminal ip access-list extended NAT_ACT permit ip 123.58.177.0 0 ...
分类:
其他好文 时间:
2021-01-14 10:56:25
阅读次数:
0
nvGRAPH三角形计数示例 #include “ stdlib.h” #include“ inttypes.h” #include“ stdio.h” #include“ nvgraph.h” #define check( a )\ {\ nvgraphStatus_t status =(a); ...
分类:
其他好文 时间:
2021-01-13 11:23:13
阅读次数:
0
1、类加载过程 类加载时机 「加载」 将类的.class文件中的二进制数据读入到内存中,将其放在运行时数据区的方法区内,然后在内存上创建一个java.lang.Class对象用来封装类在方法区内的数据结构作为这个类的各种数据的访问入口。 「验证」 主要是为了确保class文件中的字节流包含的信息是否 ...
分类:
其他好文 时间:
2021-01-13 11:21:50
阅读次数:
0
下面的链接下载对应版本的xdebug. https://xdebug.org/download/historical 源码安装:https://xdebug.org/docs/install#linux Installation From Source Obtain You can download ...
分类:
其他好文 时间:
2021-01-11 10:33:04
阅读次数:
0
【C#MVC】 使用HttpWebRequest访问外部API,并返回json信息 (Access_Key) 在c#中调用外部API或者自己系统的API都是很简单的,这里提供使用HttpWebRequest的方式访问外部API,自定义了头部Access_key. 若外部系统没有此安全验证,可以去掉。 ...
分类:
数据库 时间:
2021-01-07 11:46:05
阅读次数:
0
ubuntu18.04基于win10双系统的安装 分区 查看系统BIOS模式 win+R, 输入msinfo32, 得到系统信息,这里我的BIOS模式是传统模式(MBR),所以这里以MBR为例 下载ubuntu系统 链接: https://www.ubuntu.com/download/deskto ...
分类:
编程语言 时间:
2021-01-06 12:46:10
阅读次数:
0
Tasks Task Name Time Limit Memory Limit A Large Digits 2 sec 1024 MB Submit B Gentle Pairs 2 sec 1024 MB Submit C 1-SAT 2 sec 1024 MB Submit D Choose ...
分类:
其他好文 时间:
2021-01-06 11:50:46
阅读次数:
0
Spring Security 学习之旅开端 SpringSecurity 开始 1. 引入依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifact ...
分类:
编程语言 时间:
2021-01-02 11:41:32
阅读次数:
0