1. $.ajax提交请求进行数据更新,并通过回调进行有效提示 $.ajax({ type: "post", url: dispacher, data: {"insurCode" : tmp, "currentPage" : currentpage, "pageDirection" : 'curre ...
原文:【C#/WPF】保存BitmapImage数据到文件中 参考: http://stackoverflow.com/questions/35804375/how-do-i-save-a-bitmapimage-from-memory-into-a-file-in-wpf-c /// /// 把内... ...
原文:疯狂的图形(利用C# + GDI plus模拟杂乱无章的现实场景) 本文给出了模拟竹叶、长叶草、杂乱石头、天上繁星等关键代码。使用.Net环境下C#语言,GDI+编写。模拟竹叶挺像的吧?谁说不像,我跟谁急!//关键参数int minCorners = 3;int maxCorners =4;P... ...
原文:Emgu-WPF学习使用-Rectangle识别 环境:Win8 64位 Vs2015Emgu 版本:emgucv-windesktop 3.2.0.2682示例图上部流程:原图->灰度化->截断阈值化->中值模糊->高斯模糊->膨胀->腐蚀->Ostu二值化。// 灰度化 Image img... ...
对于url文件 对于views文件,跳转到tp1.html 同时将list列表传到前端 对于被继承的文件master, 通过写入{%block 标记%}{%endblock%}里面的内容将是被替代的内容 继承者tp1 首先通过{% extends 'master.html' %} 导入 master ...
分类:
Web程序 时间:
2018-08-11 14:38:30
阅读次数:
170
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 <link rel="stylesheet" type="text/css" href="vue.css"> 7 <script src= ...
分类:
其他好文 时间:
2018-08-11 13:52:11
阅读次数:
243
```
;;set color theme
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") (custom-set-variables ;; custom-set-variables was added by Custom. ;;... ...
分类:
系统相关 时间:
2018-08-10 16:01:23
阅读次数:
189
原文:cmd for 循环拷贝文件这几天忙活部署测试环境, 中途需要拷贝 文件, 直接贴code吧: ::/定义原路径 set source=seventrat_test_backend,seventrat_test_frontend ::/定义目标路径 set target=director1,d... ...
分类:
其他好文 时间:
2018-08-10 10:55:06
阅读次数:
137