-
SevLaunch
自制的一个快捷启动工具,简介好用。功能可以继续完善(Made a quick start tool, Introduction handy.)
- 2013-11-28 14:43:44下载
- 积分:1
-
TVTools AlterID_2.0 -
TEAMVIEWER LATEST VERSION SUPPORT USE IT FOR FREE ^^
- 2019-06-11 04:20:44下载
- 积分:1
-
HuaWei_Design
华为内部程序设计培训文档。
值得学习一下。。。
- 2009-11-20 18:10:13下载
- 积分:1
-
SPPanAdmin
说明: 1、该权限管理系统包括用户管理,角色管理,资源链接管理模块,可以动态分配权限和角色。
2、使用springboot、springdata jpa、shiro等服务端技术,使用freemarker模版渲染页面。
3、系统中对springdata的查询条件Specification做了简单的封装,更加方便查询条件的灵活使用。
4、前端技术:使用Hadmin系统模版,数据表格使用bootstrap table插件,弹窗使用layer插件,日期选择使用laydate插件。表单验证使用jQuery validate插件等等。
5、系统部署:
1)使用mysql数据库,先建立一个空数据库base,最好编码使用utf-8字符集,不然会乱码。
2)把application.properties中的数据库连接信息修改成自己数据库的连接信息。
3)修改spring.jpa.hibernate.ddl-auto为create,目的是让系统自动建表同时初始化相关集成数据。如果不需要自动初始化数据,可以删除resource目录下的import.sql文件。
6、系统启动后,访问:127.0.0.1/admin/会自动跳转到后台登录页面。
7、初始用户名和密码为:admin/111111。(Running environment: jdk8 (jdk7 can also), mysql, Maven build)
- 2019-05-26 10:26:31下载
- 积分:1
-
ReverseSubstring
Problem Statement
You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input.
Definition
Class: ReverseSubstring
Method: findReversed
Parameters: string
Returns: string
Method signature: string findReversed(string input)
(be sure your method is public)
Notes
The substring and its reversal may overlap partially or completely.
The entire original string is itself a valid substring (see example 4).
Constraints
input will contain between 1 and 50 characters, inclusive.
Each character of input will be an uppercase letter ( A - Z ).
Examples
0)
"XBCDEFYWFEDCBZ"
Returns: "BCDEF"
We see that the reverse of BCDEF is FEDCB, which appears later in the string.
1)(Problem Statement You are given a string in put. You are to find the longest substring of proficient ut such that the reversal of the substring is als o a substring of input. In case of a tie. return the string that occurs earliest in input . Definition Class : ReverseSubstring Method : findReversed Parameters : string Returns : Method signature string : string findReversed (string input) (be sure yo ur method is public) The Notes and its substring reversal may overlap partially or completely. The entire original string is itself a valid sub string (see example 4). Constraints will input contain between 1 and 50 characters, inclusive. Each character of input will be an up percase letter (A-Z). Examples 0) "XBCDEFYWFE DCBZ "Returns : "BCDEF" We see the reverse of that is)
- 2007-04-08 00:00:21下载
- 积分:1
-
Lesson20Code
孙鑫VC++windows编程视频20课配套程序(Sun Xin VC++windows programming video supporting program of 20 lessons)
- 2012-12-10 09:52:01下载
- 积分:1
-
bettercalc
说明: that project allowing to have calculator that better than system calculator
- 2020-07-17 18:22:11下载
- 积分:1
-
FormalityEncryet
一款注册工具的源码,新人朋友可以拿去练手(A registration tool source, new friends can Naqu practicing hand)
- 2015-12-16 15:30:21下载
- 积分:1
-
PersonalAsset_cjx
个人资产系统包括用户登录注册等,包括资产的更新,对数据库的基本操作(The personal asset system includes user login registration, etc., including asset updates, basic operations on the database.)
- 2019-05-10 11:07:40下载
- 积分:1
-
贪吃蛇
说明: c++版贪吃蛇,帮助新手快速入门C++开发,学习游戏开发(C-version of the greedy snake, to help novices get started C-development)
- 2020-06-18 23:40:02下载
- 积分:1