码迷,mamicode.com
首页 >  
搜索关键字:oda    ( 1007个结果
react-native-image-zoom-viewer学习
github原地址 react-native-image-zoom-viewer实现了类似微信朋友圈浏览图片的效果,点击小图片实现浏览原图效果。 安装: npm i react-native-image-zoom-viewer --save react-native link react-nativ ...
分类:其他好文   时间:2017-10-08 16:57:31    阅读次数:2279
小程序开发 模态弹出框的控制
// 模态框控制弹出按钮 <view class='btn-right-btn flexca' bindtap="setModalStatus" data-status="1">立即抢拼</view> //模态弹出框外包裹 <view class='add-rob' bindtap="setModa ...
分类:其他好文   时间:2017-10-08 11:21:07    阅读次数:910
winform项目笔记:
餐饮管理系统:三层架构模式。 Modal,bll,dal,UI,Common. 知识点: using语句释放的是非托管的资源。托管的资源会有CLR自动释放。 DataGridView控件: dataGridView1.AutoGenerateColumns = false; 把自动生成列关掉。 事件 ...
分类:Windows程序   时间:2017-10-07 14:48:57    阅读次数:260
Basic skill of searching
I find some useful small searching technique today. I list them below as a memoir: 1. use site: xxx.com to search what you want in xxx.com. 2. use fil ...
分类:其他好文   时间:2017-10-06 23:07:38    阅读次数:288
Bootstrap里的Modal框
...
分类:其他好文   时间:2017-10-05 16:49:18    阅读次数:95
mysql每次update数据,自动更新对应表中时间字段
mysql 已经创建完成表的情况下, 使得其中的时间字段 在每次 uodate 数据的时候 自动更新事件, 运行如下sql tab_name 为要修改的表名称,update_time为要修改的时间字段 执行更新语句时,如果数据没有真正的改变,update_time值不变,只有数据值改变,update ...
分类:数据库   时间:2017-10-04 20:48:55    阅读次数:208
10-3讲题
Usaco2010Dec 奶牛健美操 二分加玄学判断即可 Usaco2011 道路和航线 据说spfa+spl优化就能过,但是正解是发现负边连的一定是两个不同的联通块,在块内dijkstra并在整体上拓扑排序即可.太烦不想写 修建草坪 DP+单调队列 soda machine 乱搞什么都可以 奶牛沙 ...
分类:其他好文   时间:2017-10-03 21:38:17    阅读次数:145
MFC单文档应用程序显示图像
/p 摘要: 1 利用VS2010向导创建一个MFC单文档应用程序MFCTest 2 在MFCTestView.h中引用<atlimage.h>,并创建一个CImage对象 #include "atlimage" 1 利用VS2010向导创建一个MFC单文档应用程序MFCTest 2 在MFCTes ...
分类:编程语言   时间:2017-10-02 23:07:12    阅读次数:225
C语言库函数的实战之一
//-1:strtok()函数 #include #include int main(void) { char buf[]="hello#world#today";//即将被分割的字符串 char *temp = strtok(buf,"#"); while(temp) { printf("%s "... ...
分类:编程语言   时间:2017-10-02 20:53:45    阅读次数:232
java.lang.UnsupportedOperationException: Can't convert to color: type=0x2 In TextInputLayout
when we use TextInputLayout to set it throws exception thus: the solution is adding in the TextInputLayout‘s xml. ...
分类:编程语言   时间:2017-09-30 19:48:05    阅读次数:590
1007条   上一页 1 ... 65 66 67 68 69 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!