06 2019 档案

摘要:库创建标准 表查看sql样式 阅读全文
posted @ 2019-06-30 15:54 ThisCall 阅读(227) 评论(0) 推荐(0) 编辑
摘要:页面编写顺序 首先确定是否拥有想要的pojo(对象实体类)———》dao层mybatis配置——》service层的接口及实现类——》controller(web下) 分页插件作用于dao层,与之相关的是mybatis的配置 然后在执行sql语句前加上 //分页处理 //分页信息 PageInfo< 阅读全文
posted @ 2019-06-29 14:59 ThisCall 阅读(414) 评论(0) 推荐(0) 编辑
摘要:调用this.setState({}),如果数据改变了,rander()就行执行 阅读全文
posted @ 2019-06-28 17:42 ThisCall 阅读(289) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/379aecebb1dc(copy 阅读全文
posted @ 2019-06-28 16:49 ThisCall 阅读(378) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/4a72211831ef 配置好adb的环境变量 新建 ADB_MY_HOME C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools 然后加入path %ADB_MY_HOM 阅读全文
posted @ 2019-06-28 12:48 ThisCall 阅读(1812) 评论(0) 推荐(0) 编辑
摘要:知识点:@RestController注解相当于@ResponseBody + @Controller合在一起的作用。 1) 如果只是使用@RestController注解Controller,则Controller中的方法无法返回jsp页面,或者html,配置的视图解析器 InternalReso 阅读全文
posted @ 2019-06-28 06:36 ThisCall 阅读(1896) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2019-06-27 22:21 ThisCall 阅读(142) 评论(0) 推荐(0) 编辑
摘要:@RequestParam和@PathVariable用法小结 https://www.cnblogs.com/helloworld-hyyx/p/5295514.html(copy) @RequestParam 使用@RequestParam接收前段参数比较方便,前端传参的URL: url = “ 阅读全文
posted @ 2019-06-27 21:51 ThisCall 阅读(190) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/daimajun/p/7152970.html(copy) 先提一嘴 @RequestMapping(“url”),这里的 url写的是请求路径的一部分,一般作用在 Controller的方法上,作为请求的映射地址。 代码: 那么 @ResponseB 阅读全文
posted @ 2019-06-27 21:15 ThisCall 阅读(214) 评论(0) 推荐(0) 编辑
摘要:错误1 错误2 缺少mapper文件 错误3 缺少映射文件 阅读全文
posted @ 2019-06-27 21:05 ThisCall 阅读(138) 评论(0) 推荐(0) 编辑
摘要:错误1 文本必须在Text标签里 阅读全文
posted @ 2019-06-27 18:00 ThisCall 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-27 11:53 ThisCall 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-27 11:50 ThisCall 阅读(148) 评论(0) 推荐(0) 编辑
摘要:配置Android的SDK 阅读全文
posted @ 2019-06-27 10:11 ThisCall 阅读(129) 评论(0) 推荐(0) 编辑
摘要:错误1 打印乱码 相关代码 相关图片 阅读全文
posted @ 2019-06-27 10:05 ThisCall 阅读(286) 评论(0) 推荐(0) 编辑
摘要:找不到mapper映射文件 只打包了下面这些 所以pom.xml文件中添加 阅读全文
posted @ 2019-06-25 21:17 ThisCall 阅读(150) 评论(0) 推荐(0) 编辑
摘要:Eclipse相关配置: eclipse 设置默认编码为Utf-8 需要设置的几处地方为: Window --> Preferences --> General --> Content Type --> Text --> JSP 最下面设置为UTF-8 Window --> Preferences 阅读全文
posted @ 2019-06-25 12:04 ThisCall 阅读(117) 评论(0) 推荐(0) 编辑
摘要:jre就会自动生成出来了 阅读全文
posted @ 2019-06-25 10:10 ThisCall 阅读(2923) 评论(0) 推荐(0) 编辑
摘要:https://reactnative.cn/docs/next/getting-started.html 看到 安装 Android Studio 安装 Android Studio http://www.android-studio.org/ 1. 安装Android studio之前,要先安装 阅读全文
posted @ 2019-06-24 14:55 ThisCall 阅读(930) 评论(0) 推荐(0) 编辑
摘要:https://github.com/Kenshin/gnvm 下载gnvm,安装在node文件目录下 gnvm version 然后打开cmd命令行窗口,输入:gnvm update latest,回车即可。如图所示,正在进行更新操作,等待完成即可。 升级npm,不用npm latest npm 阅读全文
posted @ 2019-06-24 13:39 ThisCall 阅读(2624) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/wangbin2188/p/9014400.html 阅读全文
posted @ 2019-06-22 18:07 ThisCall 阅读(123) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/congweijing/article/details/82499627 controller、service、serviceImpl、Mapper、Xml等文件的作用 TbItemMapper.java与TbItemMapper.xml映射关系 Item 阅读全文
posted @ 2019-06-22 14:48 ThisCall 阅读(333) 评论(0) 推荐(0) 编辑
摘要:springmvc.xm创建l 和 web.xml配置 ,报错先不管 springmvc.xml com.taotao.controller 空包 其中 资源映射 是等 web.xml 配置好了再添加的,见尾图 定义文件上传解析器 看应用而配置,不一定要有 web.xml 配置 会拦截所有请求包括静 阅读全文
posted @ 2019-06-22 13:28 ThisCall 阅读(182) 评论(0) 推荐(0) 编辑
摘要:创建service相关文件 创建applicationContext-service.xml文件 配置事务 applicationContext-trans.xml 报错先不用管 阅读全文
posted @ 2019-06-22 12:46 ThisCall 阅读(692) 评论(0) 推荐(0) 编辑
摘要:项目配置文件要放在打包成war包的web项目中 创建文件步骤 1 SqlMapConfig.xml 2 applicationContext-dao.xml 3 db.properties 注:配置连接数据库,密码等 接下来配置其余两块 配置属性,注:进入class内部copy全路径 org.myb 阅读全文
posted @ 2019-06-22 12:00 ThisCall 阅读(517) 评论(0) 推荐(0) 编辑
摘要:相关配置 生成 生产前 生成后 阅读全文
posted @ 2019-06-22 10:01 ThisCall 阅读(601) 评论(0) 推荐(0) 编辑
摘要:卸载从新安装,综合运用 https://www.jb51.net/article/146050.htm https://www.jb51.net/article/90275.htm https://www.jb51.net/article/90209.htm 找初始密码的文件会变的,在文件中收索pa 阅读全文
posted @ 2019-06-21 22:55 ThisCall 阅读(143) 评论(0) 推荐(0) 编辑
摘要:运行maven项目,首先要不最根项目添加到maven本地仓库,执行 项目--》右键--》Run as-->Maven install 注:创建war包项目,本地测试,创建index.jsp要创建在正确位置,否则启动好也是404 阅读全文
posted @ 2019-06-21 20:16 ThisCall 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-21 07:29 ThisCall 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-21 07:25 ThisCall 阅读(316) 评论(0) 推荐(0) 编辑
摘要:Maven Waring : GroupId is duplicate of parent groupId 和 Version is duplicate of parent version https://www.cnblogs.com/chenmingjun/p/9697371.html //co 阅读全文
posted @ 2019-06-20 20:12 ThisCall 阅读(163) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/chenmingjun/p/9697371.html 阅读全文
posted @ 2019-06-20 20:06 ThisCall 阅读(177) 评论(0) 推荐(0) 编辑
摘要:无论字体大小,粗细都是左对齐的 如果出现不对齐 是因为代码写的不规范 由这样 改为一行,就好了 阅读全文
posted @ 2019-06-20 09:47 ThisCall 阅读(1361) 评论(0) 推荐(0) 编辑
摘要:https://www.jb51.net/article/132802.htm 阅读全文
posted @ 2019-06-19 17:40 ThisCall 阅读(526) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/d2615a7d725e https://blog.csdn.net/u011215669/article/details/81175291 阅读全文
posted @ 2019-06-19 14:36 ThisCall 阅读(101) 评论(0) 推荐(0) 编辑
摘要:有<Switch>标签,则其中的<Route>在路径相同的情况下,只匹配第一个,这个可以避免重复匹配; 无<Switch>标签,则其中的<Route>在路径相同的情况下全都会匹配。更严重的是,还会匹配上级路径的,如下面例子: https://www.jianshu.com/p/d5173d7b411 阅读全文
posted @ 2019-06-19 09:08 ThisCall 阅读(2515) 评论(0) 推荐(0) 编辑
摘要:Navicat工具使用方便,但需要破解。 1、安装Navicat软件 安装成功之后进行破解。 然后选择刚刚安装的Navicat安装路径下找到navicat.exe文件,点击选择即可激活 成功。 可以使用啦! 阅读全文
posted @ 2019-06-18 22:49 ThisCall 阅读(221) 评论(0) 推荐(0) 编辑
摘要:调节原则 1 路径近者优先原则 自己添加一个想要依赖的版本 2第一声明者优先原则 谁排在前面就用谁的 以上两种统称为 调节原则 排除原则 排除自己的不想要的版本 版本锁定 谁能够提供锁定的版本,就用谁的 版本变量提取 阅读全文
posted @ 2019-06-18 22:28 ThisCall 阅读(158) 评论(0) 推荐(0) 编辑
摘要:添加依赖索引 但是默认是没有索引的,要手动创建索引 依赖范围 debug 配置 运行常见问题 处理办法,JDK重新安装 网络添加依赖网站 阅读全文
posted @ 2019-06-18 20:01 ThisCall 阅读(211) 评论(0) 推荐(0) 编辑
摘要:创建一个模板项目 参照理解 如果有父工程,还要填写父工程 然后手动创建web.xml 在pom.xml文件中插入编译版本 点击OK 这时又会报错 如果是手动创建的web.xml,不会报错,如果webxml报错说明多了个 然后pom .xml文件再次添加 pom保存前 pom保存后 阅读全文
posted @ 2019-06-17 22:45 ThisCall 阅读(172) 评论(0) 推荐(0) 编辑
摘要:Eclipse集成Maven配置 默认为 修改为所用版本 选择maven软件所在目录 勾选 默认连接仓库为 修改为 阅读全文
posted @ 2019-06-17 22:13 ThisCall 阅读(206) 评论(0) 推荐(0) 编辑
摘要:<Button style={{backgroundColor:'#F0F2F5'}} onClick={()=>{window.location.href="https://baidu.com"}} className="r-button" > // 如果使用hashHistory const h 阅读全文
posted @ 2019-06-17 15:32 ThisCall 阅读(2672) 评论(0) 推荐(0) 编辑
摘要:动态路由 this.props.location.pathname(获取路由路径中的相关参数) window.location.pathname(获取路由路径中的相关参数) 阅读全文
posted @ 2019-06-17 07:21 ThisCall 阅读(1075) 评论(0) 推荐(0) 编辑
摘要:npm install --save swiper 应用模块引入import 'swiper/dist/css/swiper.min.css' import Swiper from 'swiper' 阅读全文
posted @ 2019-06-15 14:01 ThisCall 阅读(1822) 评论(0) 推荐(0) 编辑
摘要:配置环境变量是为了在任何文件位置的cmd输入,都可执行对应工具的命令 系统变量:指软件安装路径 环境变量:依赖环境,一般为bin文件夹 阅读全文
posted @ 2019-06-15 06:38 ThisCall 阅读(179) 评论(0) 推荐(0) 编辑
摘要:cmd: java -version java版本号 java -verbose jdk版本号 java环境变量配置 方式一 1)在系统变量里新建"JAVA_HOME"变量,变量值为:C:\Program Files\Java\jdk1.8.0_60(根据自己的jdk的安装路径填写) 2)在系统变量 阅读全文
posted @ 2019-06-15 06:20 ThisCall 阅读(212) 评论(0) 推荐(0) 编辑
摘要:最新版本下载 http://maven.apache.org/download.cgi 注: 3.3以上版本,需要JDK1.7以上版本, maven的安装版本,依赖JDK 系统变量配置 新建系统变量 变量名 MAVEN_HOME 变量值 G:\java\other\apache-maven-3.3. 阅读全文
posted @ 2019-06-15 06:08 ThisCall 阅读(150) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/whgk/p/7112560.html 阅读全文
posted @ 2019-06-11 07:13 ThisCall 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-07 05:49 ThisCall 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-06 19:34 ThisCall 阅读(636) 评论(0) 推荐(0) 编辑
摘要:表 1 ArrayHandler 2 ArrayListHandler 3 BenHandler 4 BenListHandler 5 ColumnListHandler 6 ScalarHandler (返回值只有一个时使用,可以说数字或者字符串) 7 MapHandler 8 MapListHa 阅读全文
posted @ 2019-06-06 19:32 ThisCall 阅读(313) 评论(0) 推荐(0) 编辑
摘要:不要把input放在弹性布局中 阅读全文
posted @ 2019-06-06 18:14 ThisCall 阅读(1331) 评论(1) 推荐(0) 编辑
摘要:很有可能是页面有局部横向泄露,尤其是轮播,swiper等组件 阅读全文
posted @ 2019-06-06 09:49 ThisCall 阅读(448) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/suwyer/article/details/81481507(copy) 最好一种推荐使用 阅读全文
posted @ 2019-06-05 11:21 ThisCall 阅读(4488) 评论(0) 推荐(0) 编辑
摘要:https://www.lovesofttech.com/(react 个人博客) 阅读全文
posted @ 2019-06-03 17:55 ThisCall 阅读(249) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/nailc/p/8718137.html(copy) 阅读全文
posted @ 2019-06-03 17:23 ThisCall 阅读(795) 评论(0) 推荐(0) 编辑
摘要:route是配置,link是使用 https://blog.csdn.net/chern1992/article/details/77186118(copy) 嵌套路由一般使用Route,类似于vue中的作为嵌套路由的渲染,可以直接通过固定路由进入某一局部,等同于局部切换 Link进行的是路由切换跳 阅读全文
posted @ 2019-06-03 16:42 ThisCall 阅读(4663) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示