07 2015 档案

摘要:在style.xml文件里定义 然后在manifest.xml中引用就可以了 如果错误描述为java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) wi... 阅读全文
posted @ 2015-07-28 11:13 好吧的啊 阅读(153) 评论(0) 推荐(0)
摘要:namespace Demo{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } string AllF... 阅读全文
posted @ 2015-07-08 12:15 好吧的啊 阅读(248) 评论(0) 推荐(0)
摘要:#region 返回图片指定点的RGB值 /// /// 返回图片指定点的RGB值 /// /// /// public static string GetImageRGB(string ImageName... 阅读全文
posted @ 2015-07-08 12:02 好吧的啊 阅读(311) 评论(0) 推荐(0)
摘要:#region 修改指定图片的分辨率 /// /// 修改指定图片的分辨率 /// /// 文件夹url /// 文件名 /// 文件路径,带文件名 /// 分辨率的宽 ... 阅读全文
posted @ 2015-07-08 12:00 好吧的啊 阅读(625) 评论(0) 推荐(0)
摘要:服务器端HttpContext.Current.Response.AddHeader("Access-Control-Allow-Origin", "*"); // 可以设置为详细的地址 阅读全文
posted @ 2015-07-07 11:01 好吧的啊 阅读(143) 评论(0) 推荐(0)