码迷,mamicode.com
首页 >  
搜索关键字:UNC    ( 7160个结果
laravel数据库操作
原生方法 查询构造器 where用法 排序 分组 ...
分类:数据库   时间:2019-08-06 12:29:49    阅读次数:94
打印菜单脚本
打印菜单脚本
分类:其他好文   时间:2019-08-06 11:10:44    阅读次数:104
最小生成树
mintree函数 main 结果 获取自:http://blog.sina.com.cn/s/blog_8041c9c90100xljz.html ...
分类:其他好文   时间:2019-08-06 01:13:06    阅读次数:124
PHP base_convert() 函数
16进制转8进制 8进制数转换为10进制数 8进制数转换为16进制数 https://www.runoob.com/php/func-math-base-convert.html ...
分类:Web程序   时间:2019-08-05 20:39:03    阅读次数:158
10天搞定webpack - webpack-dev-server
前面我们每次运行总是双击打开dist下的index.html文件,然而在我们做项目的时候这样是不行的,我们需要启动一个本地服务。这里我们使用webpack提供的webpack-dev-server。 安装 npm install wekpack-dev-server -D wekpack-dev-s ...
分类:Web程序   时间:2019-08-05 20:37:45    阅读次数:278
切换字体的颜色
点击文字 .window-red{ color: gold; } var flag = true; var color = 'window'; Page({ click:function(){ if(flag){ color = "window-red"; flag = false; }else{ ... ...
分类:其他好文   时间:2019-08-05 12:23:24    阅读次数:84
1134 Vertex Cover (25 分)
1134 Vertex Cover (25 分) 1134 Vertex Cover (25 分) 1134 Vertex Cover (25 分) A vertex cover of a graph is a set of vertices such that each edge of the g ...
分类:其他好文   时间:2019-08-05 00:12:32    阅读次数:91
const char **,char *const *,char ** const
1、告警#include<stdlib.h>#include<stdio.h>intmain(){char*p_str[]={"char**","constchar**","char*const*","char**const",};char**pp=p_str;constchar**cpp=p_str;char*const*pcp=p_str;char**constppc=
分类:其他好文   时间:2019-08-04 22:29:44    阅读次数:101
BaseFragment 基类代码
public abstract class BaseFragment extends Fragment implements IBaseView { private List<BasePresenter> mInjectPresenters; private View mLayoutView; pr ...
分类:其他好文   时间:2019-08-04 20:02:58    阅读次数:115
表格删除一行
```js ``` ```html 人员姓名 * 身份证号 身份 绑定关系 手机号 IMSI1 IMSI2 运营商 终端型号 密码模块类型 操作 ``` ```js function test(){ zaicitishenbody.deleteRow(i); $("... ...
分类:其他好文   时间:2019-08-04 18:01:58    阅读次数:125
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!