码迷,mamicode.com
首页 >  
搜索关键字:navigate    ( 399个结果
poj 3041 Asteroids
Description Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 <= N <= 500). The grid contains ...
分类:其他好文   时间:2019-08-02 22:48:18    阅读次数:116
微信小程序for循环中传递动态参数
for循环中的参数,没法传到对应的 js里,所以直接在 wxml页面上跳转 发送参数的 wxml页面 <view class="uploader" wx:for="{{bookList}}" wx:for-item = "item"> <navigator url="../catalog/catal ...
分类:微信   时间:2019-07-17 16:55:03    阅读次数:325
tensorflow
Tensorflow 1、使用图(graphs)来表示计算任务 2、使用会话(session)的上下文(context)中执行任务 3、使用tensor表示数据,张量是几阶的可以通过张量右边的方括号数来判断。例如 t = [ [ [ ] ] ],显然这个为3阶。 0阶张量称为标量,表示单独的一个数 ...
分类:其他好文   时间:2019-07-13 19:57:06    阅读次数:105
C#网页 截图
using System.IO; using System.Drawing; using System.Drawing.Imaging; using System.Threading; using System.Windows.Forms; using System; namespace Conso... ...
分类:Windows程序   时间:2019-07-01 19:57:31    阅读次数:143
idea中查看方法的调用链
Eclipse的"Call Hierarchy"可以查看一个Java方法或类成员变量的调用树(caller和callee两个方向),非常方便。  在IDEA中类似功能被划分到了三个命令。   IntelliJ IDEA中可以在主菜单中选择Navigate | Call Hiera ...
分类:其他好文   时间:2019-06-14 14:42:29    阅读次数:132
github删除自己的库--Deleting a repository
You can delete any repository or fork if you're either an organization owner or have admin permissions for the repository or fork. Deleting a forked r ...
分类:其他好文   时间:2019-06-06 22:49:09    阅读次数:507
Jmeter(五十)_性能测试模拟真实场景下的用户操作
概述 我们在做性能测试的时候,不同的视角看到的结果都不一样。 例如响应时间 用户通过客户端向服务端发出请求的时间为: T1服务端接收到请求,处理该请求的时间为:T2服务端返回数据给客户端时间为: T3客户端接收到响应数据,处理数据呈现给用户时间为:T4 从系统视角来看:系统的响应时间Ts= T1+T ...
分类:其他好文   时间:2019-05-27 13:22:44    阅读次数:289
在SSMS查询分析器中显示行号
有网友问及,看到Insus.NET帮他解决问题分享的截屏时,发现代码中有显示行号。而他的没有。 Step1: Go to Tools > Options Step2: In the Options dialog box navigate to Text Editor > All Languages> ...
分类:其他好文   时间:2019-05-18 09:18:36    阅读次数:139
SAP Portal 上传资源到WRR
Uploading Resources to the Web Resource Repository Prerequisites You have been assigned the Content Administrator role. Context You can upload Web res ...
分类:Web程序   时间:2019-05-17 10:51:32    阅读次数:187
小程序首页不显示tabBar
app.json中配置了tabBar,但是首页不想显示,首页跳转时使用 wx.redirectTo和wx.navigateTo无法完成跳转 这时用到了 wx.switchTab 可以实现我们的需求,首页不显示tabBar,并可以进行跳转 文档:https://developers.weixin.qq ...
分类:微信   时间:2019-04-18 17:22:39    阅读次数:486
399条   上一页 1 ... 4 5 6 7 8 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!