- 博客(14)
- 资源 (1)
- 收藏
- 关注
转载 c# word excel ppt 转pdf
office 2010using Microsoft.Office.Interop.Excel;using Microsoft.Office.Interop.Word;using Microsoft.Office.Interop.PowerPoint;using Microsoft.Office.Core;using Word = Microsoft.Office.Inter...
2019-05-22 16:25:00 422
转载 Gradle 'XNote' project refresh failed Error:Could not determine the class-path for interface com
删除gradle文件夹,设置build.gradle里面的buildToolsVersion "25.0.2",重新编译,ok;
2017-03-24 04:50:01 352
原创 改变状态栏statusbar的颜色
在activity中写 getwindow().setStatusBarColor( 填颜色colorId );在线颜色代码选择 http://www.atool.org/colorpicker.php,选好后设置进value文件的color中,以后在代码中用R.color. 调用.
2017-03-14 17:04:12 487
原创 width and hgiht must be > 0
点击启动activity报这个错,原因出在对宽高赋值的逻辑,没有在OnGlobalLayoutListener中实现ViewTreeObserver vto = editText.getViewTreeObserver();vto.addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() {
2017-03-12 23:54:46 566
原创 installation failed with message faild to establish session
android studio 导入 apk 到手机时报这个错自己用的小米2s手机, 然后在 开发者选项 ->miui优化 设置为 关闭 -> 重启 -> 在状态栏的 USB计算机连接方式 里全部关闭 ,就可以安装了,日志打印也正常
2017-03-12 23:52:41 440
原创 Error:Execution failed for task ':app:mergeDebugResources'. >\re
今天在androidstudio编译的时候报错Error:Execution failed for task ':app:mergeDebugResources'.
2017-02-14 19:21:52 9658
转载 FileUpload 路径问题
string fileNameNo = Path.GetFileName(FileUpload.PostedFile.FileName);//获取文件名和扩展名string DirectoryName = Path.GetDirectoryName(FileUpload.PostedFile.FileName);//获取文件所在目录st...
2014-09-24 15:09:00 604
转载 SQL重复数据只显示一条
--处理表重复记录(查询和删除)/******************************************************************************************************************************************************1、Num、Name相同的重复值记录,没有大小关系只保留...
2014-09-22 10:32:00 726
转载 npoi/HttpResponse 导出excel 实现下载
Httpresponse 导出excel---下载到本地 1 public void CreateExcel(DataSet ds, string FileName) 2 { 3 HttpResponse resp; 4 resp = Page.Response; 5 resp.ContentEncoding...
2014-09-12 16:31:00 269
转载 正则表达式
"^\d+$" //非负整数(正整数 + 0)"^[0-9]*[1-9][0-9]*$" //正整数"^((-\d+)|(0+))$" //非正整数(负整数 + 0)"^-[0-9]*[1-9][0-9]*$" //负整数"^-?\d+$" //整数"^\d+(\.\d+)?$" //非负浮点数(正浮点数 + 0)"^(([0-9]+\.[0-9]*[1-9][0-9]*)|...
2014-06-20 17:16:00 93
转载 微信公共平台开发源码
public partial class Index : System.Web.UI.Page{public string token = "AAA";//自己的 tokenprotected void Page_Load(object sender, EventArgs e){#region////------签名验证//string echostr =...
2014-06-16 10:29:00 180
解决android 软键盘在全屏下设置adjustResize无效的问题
2017-03-14
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人