配置文件和tp5相比view_replace_str配置参数改成template配置文件的tpl_replace_string配置参数 路径 :\thinkphp\library\think\Template.php中配置 ...
分类:
其他好文 时间:
2019-05-08 10:52:41
阅读次数:
1005
public String getRedomchar(){ String[] char1 = new String[] { "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p" ...
分类:
其他好文 时间:
2019-05-08 09:42:36
阅读次数:
139
https://www.cnblogs.com/jimoer/p/8799437.htmlJRebel for IntelliJ 热部署ignore 无视CamelCase 驼峰转化Lombok plugin 实体类去除getsetMybatis plugin 直接跳到mapper文件codehel ...
分类:
其他好文 时间:
2019-05-08 09:26:33
阅读次数:
135
01 内容大纲 1. 基础数据类型的补充 2. 数据类型之间的转换 3. 编码的进阶 02 具体内容: 数据类型的补充: str 元组 列表 字典 数据类型的转换 int bool str 三者转换 str list 两者转换 list set 两者转换 str bytes 两者转换 所有数据都可以 ...
分类:
编程语言 时间:
2019-05-08 00:32:16
阅读次数:
179
#include<stdio.h>#include<string.h>int main() { int x,y,t; char str1[100],str2[100]; printf("为str1赋值:"); scanf("%s",str1); printf("为str2赋值:"); gets(st ...
分类:
其他好文 时间:
2019-05-07 21:37:12
阅读次数:
144
#include<stdio.h> #include<stdlib.h>typedef int Data;typedef struct st{ Data data; struct st *prior,*next;}Link;int i=0;void menu() { printf(" \n"); p ...
分类:
其他好文 时间:
2019-05-07 21:34:57
阅读次数:
166
[TOC] str类型内置方法 用途 字符串数字、字母、下划线组成的一串字符,主要是用来描述一些类似于名字,爱好…… 定义方式 在单引号、双引号、三单/双引号之间 hades bonnie hades and bonnie hades + bonnie 常用操作和内置方法 优先掌握 按索引取值 e ...
分类:
其他好文 时间:
2019-05-07 21:12:46
阅读次数:
171
1.效果图 2.代码的实现 .wxml <view class="swiper-tab"> <view class="swiper-tab-list {{currentTab==0 ? 'on' : ''}}" data-current="0" bindtap="swichNav">全部</view ...
分类:
移动开发 时间:
2019-05-07 19:49:56
阅读次数:
720
题目链接: https://leetcode cn.com/problems/search insert position/ 题目描述: 给定一个排序数组和一个目标值,在数组中找到目标值,并返回其索引。如果目标值不存在于数组中,返回它将会被按顺序插入的位置。 你可以假设数组中无重复元素。 示例: 示 ...
分类:
其他好文 时间:
2019-05-07 16:51:54
阅读次数:
123
公鸡5块钱一只,母鸡3块钱一只,小鸡一块钱3只,用100块钱买一百只鸡,问公鸡,母鸡,小鸡各要买多少只? 今天看到这题很简单 ,但是随手写出来后发现不是最优的😂 php实现 python实现 这是343次查询 还可以再优化😂 用PHP实现吧 ...
分类:
编程语言 时间:
2019-05-07 16:50:57
阅读次数:
287