会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
菜鸟流
博客园
首页
新随笔
联系
管理
订阅
2017年2月9日
从文件夹中读取所有文件的指定内容,按行读取。
摘要: 1 import java.io.BufferedReader; 2 import java.io.File; 3 import java.io.FileReader; 4 import java.io.IOException; 5 6 public class ReadFromFile { 7 8 9 10 public static ...
阅读全文
posted @ 2017-02-09 09:33 菜鸟流
阅读(2527)
评论(0)
推荐(0)
2017年1月22日
多表关联时视图查出重复数据问题
摘要: 多表关联时本身有一条数据,但是视图查出重复数据用distinct可以解决。 如: 视图如下 SELECT DISTINCT t1.station_id as station_id, t1.tick_sn as tick_sn, t1.order_id as order_id, t2.station_
阅读全文
posted @ 2017-01-22 16:48 菜鸟流
阅读(2786)
评论(0)
推荐(0)
公告