原创 使用百度echarts製作可視化大屏——加入輪播的組合圖

先看效果,這個就是一個普通的組合圖了,因爲大屏交互性比較差,因此加入輪播效果,定時顯示一個item的tooltip,組合圖就不寫了,主要是輪播代碼。function showToolTip_highlight(mychart){     

原创 EasyUI filebox文件上傳前預覽

CSS: #previewHeadImage{width:160px;height:160px;text-align:center;display:flex;justify-content:center;align-items:cent

原创 解決使用ICsharpCode解壓縮時候報錯Size MisMatch的錯誤

項目用到了這個組件,然後在解壓文件時候報Size MisMatch錯,解決方法:到https://github.com/icsharpcode/SharpZipLib/releases選擇對應的源碼下載,導入項目後,我用VS2015導入需

原创 C# 將DataGridView導出成Excel

/// <summary> /// 由DataGridView導出 /// </summary> /// <param name="grid"></param> /// <

原创 安卓APP嵌入Tableau

在安卓中使用Webview調用tableau的視圖,因爲是跨域、http和https混合,因此出現了很多坑,列在下面: 1、跨域、http和https問題 webView = (WebView) findViewById(R.id.we

原创 微信小程序集成Tableau報表

Server端用了Spring,其實無所謂的。 public class MobilController { @RequestMapping(value="/openMobileReport") public ModelAndView