码迷,mamicode.com
首页 >  
搜索关键字:磁盘映射 重定向 view    ( 42574个结果
Python学习————drf(七)
1 自定制频率 # 自定制频率类,需要写两个方法 -# 判断是否限次:没有限次可以请求True,限次了不可以请求False def allow_request(self, request, view): -# 限次后调用,显示还需等待多长时间才能再访问,返回等待的时间seconds def wait ...
分类:编程语言   时间:2020-07-14 21:43:56    阅读次数:68
3.4_表单组件_input
img: code: <template> <view> <view> <input class="uni-input" auto-focus placeholder="输入框" placeholder-style="color:red" /> <input class="uni-input" co ...
分类:其他好文   时间:2020-07-14 18:35:56    阅读次数:57
APP内跳转链接用INTENT,但是用系统浏览器,在内部还是要webview
public void clickKefu() { Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.baidu.com")); getActivity().startActivity(intent); } ...
分类:移动开发   时间:2020-07-14 18:09:16    阅读次数:94
uni-app 更换用户头像功能-涉及图片的预览 选择
原文链接:https://www.jianshu.com/p/8b1460ed549e 需求: 用户可以预览当前头像, 可以从本地上传 点击图片出现操作菜单 操作菜单api 预览图片api 选择图片api <view @click="changeAvatar"> <image class="avat ...
分类:移动开发   时间:2020-07-14 16:27:35    阅读次数:215
Cmd重定向
1、执行单条cmd命令public static string ExecuteCmd(string command){ Process p = new Process(); p.StartInfo.FileName = "cmd.exe"; p.StartInfo.UseShellExecute =... ...
分类:其他好文   时间:2020-07-14 13:21:31    阅读次数:54
关押囚犯
S 城现有两座监狱,一共关押着 N 名罪犯,编号分别为1~N。 他们之间的关系自然也极不和谐。 很多罪犯之间甚至积怨已久,如果客观条件具备则随时可能爆发冲突。 我们用“怨气值”(一个正整数值)来表示某两名罪犯之间的仇恨程度,怨气值越大,则这两名罪犯之间的积怨越多。 如果两名怨气值为 c 的罪犯被关押 ...
分类:其他好文   时间:2020-07-14 13:20:56    阅读次数:51
uniApp实现在线预览office文件,web端也可以。---web-view组件
本章节讲述的是怎样uniapp项目中实现在线预览文档功能。 web端: app端: 直接上干货:web-view组件,uinApp文档中有,不知道的朋友可以去官网查看哦。 web-view: <template> <web-view :src="link"></web-view> </templat ...
分类:移动开发   时间:2020-07-14 01:00:01    阅读次数:674
2.3_基础内容_progress
img: code: <template> <view> <view class="uni-padding-wrap uni-common-mt"> <view class="progress-box"> <!-- show-info 显示百分比 --> <progress :percent="pg ...
分类:其他好文   时间:2020-07-14 00:49:20    阅读次数:95
3.1_表单组件_button
img: code: <template> <view> <page-head :title="title"></page-head> <view class="uni-padding-wrap uni-common-mt"> <button type="primary">页面主操作 Normal< ...
分类:其他好文   时间:2020-07-14 00:24:39    阅读次数:56
fastadmin 下拉框(多选)
1 mysql 2 js {field: 'flag', title: __('Flag'), searchList: {"hot":__('Flag hot'),"index":__('Flag index'),"recommend":__('Flag recommend')}, operate: ...
分类:其他好文   时间:2020-07-13 15:16:47    阅读次数:320
42574条   上一页 1 ... 75 76 77 78 79 ... 4258 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!