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
餐饮管理系统:三层架构模式。 Modal,bll,dal,UI,Common. 知识点: using语句释放的是非托管的资源。托管的资源会有CLR自动释放。 DataGridView控件: dataGridView1.AutoGenerateColumns = false; 把自动生成列关掉。 事件 ...
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
mysql 已经创建完成表的情况下, 使得其中的时间字段 在每次 uodate 数据的时候 自动更新事件, 运行如下sql tab_name 为要修改的表名称,update_time为要修改的时间字段 执行更新语句时,如果数据没有真正的改变,update_time值不变,只有数据值改变,update ...
分类:
数据库 时间:
2017-10-04 20:48:55
阅读次数:
208
Usaco2010Dec 奶牛健美操 二分加玄学判断即可 Usaco2011 道路和航线 据说spfa+spl优化就能过,但是正解是发现负边连的一定是两个不同的联通块,在块内dijkstra并在整体上拓扑排序即可.太烦不想写 修建草坪 DP+单调队列 soda machine 乱搞什么都可以 奶牛沙 ...
分类:
其他好文 时间:
2017-10-03 21:38:17
阅读次数:
145
/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
//-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
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