SaltStack Minon配置文件 The Salt system is amazingly simple and easy to configure. The two components of the Salt system each have a respective configurat ...
分类:
其他好文 时间:
2018-06-19 13:59:29
阅读次数:
230
Hibernate环境的配置 hibernate.cfg.xml的配置 <?xml version='1.0' encoding='utf-8'?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configurat ...
分类:
Web程序 时间:
2018-06-12 22:59:01
阅读次数:
212
第一步,下载jdbc驱动jar 第二步,在“测试计划”添加该jar路径(若驱动jar放在路径.\apache-jmeter\lib目录下,可以免去添加路径这一步) 第三步,添加JDBC Connection Configuration 第四步,配置JDBC Connection Configurat ...
分类:
数据库 时间:
2018-06-06 21:36:56
阅读次数:
156
实验目的:通过上位机给串口发送数据(字符);STM32将数据原封不动返回上位机,并且根据收到的信息产出相应的中断进行操作.(1-red led 2 –bule led...);源码bsp_usart.c#include "bsp_usart.h"static void NVIC_Configurat... ...
分类:
其他好文 时间:
2018-04-30 14:41:58
阅读次数:
627
Log levels nxlog4go provides log levels as below: , are more useful. , may cause the program exited. , may crash the program. , used during configurat ...
分类:
其他好文 时间:
2018-03-02 01:15:50
阅读次数:
181
一.generatorConfig.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configurat ...
分类:
其他好文 时间:
2018-01-10 13:53:24
阅读次数:
165
Django请求的生命周期是怎样的? 简单地说,通过URL对应关系匹配 ->找到对应的函数(或者类)->返回字符串(或者读取Html之后返回渲染的字符串) 解剖起来如下: 1. 路由系统 为了给一个应用设计URL,你需要创建一个Python 模块,通常称为URLconf(URL configurat ...
分类:
编程语言 时间:
2017-10-23 18:33:57
阅读次数:
246
Endpoint的概念在IdentityServer里其实就是一些资源操作的url地址;如同Restful API里面的Endpoint是概念; 那么可以通过你自己的授权服务端得到相对应的地址与信息: 标准地址:http://授权服务端地址/.well-known/openid-configurat ...
分类:
其他好文 时间:
2017-08-30 20:07:23
阅读次数:
195
使用 <!--M002 バッチを起動のPath配置--> <add key="BM0002_START_PATH" value="D:\BM0002\BM0002.exe"/> 键值对进行配置, 在程序中通过 string Path = System.Configuration.Configurat ...
准备篇: CentOS 6.6系统安装配置图解教程 http://www.osyunwei.com/archives/8398.html 一、配置防火墙,开启80端口、3306端口 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # Firewall configurat ...
分类:
数据库 时间:
2017-06-27 17:36:25
阅读次数:
218