会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
念个勿忘
博客园
首页
新随笔
联系
订阅
管理
2021年12月31日
Java取json文件省市区
摘要: 文件示例截图 解析json文件 import net.sf.json.JSONArray;import net.sf.json.JSONObject; public void test() { String jsonStr = ""; try { File file = new File("C:\\
阅读全文
posted @ 2021-12-31 13:41 念个勿忘
阅读(364)
评论(0)
推荐(0)
2021年12月30日
HTML页面勾选框赋值
摘要: html页面代码 <div class="weui-cell"> <input type="text" class="weui-input" name="sex" id="sex" hidden=""> <div class="weui-cell__hd"> <label class="weui-l
阅读全文
posted @ 2021-12-30 14:03 念个勿忘
阅读(436)
评论(0)
推荐(0)
2021年9月13日
编写sql函数翻译数据字典值
摘要: 自定义sql函数,翻译数据中的字典值 CREATE DEFINER=`root`@`localhost` FUNCTION `get_dict_name`(in_type VARCHAR(100), in_code VARCHAR(100)) RETURNS varchar(255) CHARSET
阅读全文
posted @ 2021-09-13 17:28 念个勿忘
阅读(556)
评论(0)
推荐(0)
公告