• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






小苗苗的博客

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 下一页

2021年5月19日

IDEA开发基础设置
摘要: 1》自动导包 2》打开多个文件时,文件多行显示不会隐藏(下图勾选去掉) 效果如下图: 3》忽略大小写 4》自动编译: 5》修改快捷键 阅读全文
posted @ 2021-05-19 16:36 小苗苗呀 阅读(69) 评论(0) 推荐(0)
 
IDEA中自定义快捷键模板
摘要: 1》给类和接口添加注释: /** * @author test23 * @Description //Description * @date ${YEAR}年${MONTH}月${DAY}日 */ 2》给方法增加注释: * * @Author test23 * @Description //TODO 阅读全文
posted @ 2021-05-19 16:22 小苗苗呀 阅读(268) 评论(0) 推荐(0)
 

2021年5月16日

WebStorm设置快捷键
摘要: 1》 console.log($index$); 2》 <script type="text/javascript"> $statement$ </script> 3》 <script type="text/javascript" src="$src$"/> 阅读全文
posted @ 2021-05-16 22:45 小苗苗呀 阅读(95) 评论(0) 推荐(0)
 

2021年5月12日

关于Oracle
摘要: 一,oracle账户: System:系统账户(管理员) Sys: 超级用户(工程师) 区别: Sys 账户比System 账户的权限更多 二,新建用户: 必须用System 账户登录,注意登录身份选择:sysdba。 -- create user 账户名 identified by 密码 crea 阅读全文
posted @ 2021-05-12 16:23 小苗苗呀 阅读(70) 评论(0) 推荐(0)
 

2021年2月25日

form表单中包含特殊字符,需要转义。
摘要: apache工具包common-lang包下 阅读全文
posted @ 2021-02-25 11:42 小苗苗呀 阅读(824) 评论(0) 推荐(0)
 
controller跳转controller,把参数携带在url上时,出现中文乱码。
摘要: 阅读全文
posted @ 2021-02-25 11:32 小苗苗呀 阅读(128) 评论(0) 推荐(0)
 

2021年2月23日

mysql5.7解压版安装步骤
摘要: # MySQL Server Instance Configuration File # # Generated by the MySQL Server Instance Configuration Wizard # # # Installation Instructions # # # On Li 阅读全文
posted @ 2021-02-23 22:17 小苗苗呀 阅读(247) 评论(0) 推荐(0)
 

2021年2月5日

mysql报1055错误
摘要: 1》执行: SELECT @@sql_mode; 2》把结果复制出来配置在my.ini文件中【去掉查询结果前面的:ONLY_FULL_GROUP_BY,】,重启服务即可。 阅读全文
posted @ 2021-02-05 11:54 小苗苗呀 阅读(56) 评论(0) 推荐(0)
 
配置maven私有仓库
摘要: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the 阅读全文
posted @ 2021-02-05 11:39 小苗苗呀 阅读(342) 评论(0) 推荐(0)
 

2020年11月17日

全选,反选
摘要: 1 //反选、计算 2 function trCheck(id,name,obj){ 3 if($("input[name='check']").length== $("input[name='check']:checked").length){ 4 $("input[name='all-check 阅读全文
posted @ 2020-11-17 10:22 小苗苗呀 阅读(82) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 下一页