码迷,mamicode.com
首页 >  
搜索关键字:mobile atlas creator    ( 4577个结果
在cocos creator中使用代码给TileMap地图块添加碰撞体
cc.Class({ extends: cc.Component, properties: { tiledMap:cc.TiledMap }, // LIFE-CYCLE CALLBACKS: onLoad () { //开启物理效果 cc.director.getPhysicsManager(). ...
分类:其他好文   时间:2020-04-05 00:13:50    阅读次数:365
React Hooks Typescript 开发的一款 H5 移动端 组件库
CP design 使用 React hooks Typescript 开发的一个 H5 移动端 组件库 "English" | 简体中文 badge button icon CP Design Mobile " " 特性 基于 CP Design 移动设计规范。 规则化的视觉样式配置,适应各类产品 ...
分类:移动开发   时间:2020-04-04 14:29:21    阅读次数:78
Tp5 判断电脑手机端 自动切换
//判断是否是手机function is_mobile(){ $user_agent = $_SERVER['HTTP_USER_AGENT']; $mobile_agents = Array("240x320","acer","acoon","acs-","abacho","ahong", "ai ...
分类:移动开发   时间:2020-04-04 11:40:49    阅读次数:240
UniGUI介绍
UniGUI介绍 : http://www.unigui.com/ Examples (Mobile) : http://prime.fmsoft.net/demo/touch/mdemo65.dll/m Delphi编程技巧大全: http://www.delphitop.com/html/uni ...
分类:其他好文   时间:2020-04-03 11:54:50    阅读次数:131
docker 导出本地镜像到其他服务器或者无外网环境安装
保存镜像为文件 docker save -o 要保存的文件名 要保存的镜像 举例: [root@iZbp16cdvzk4rhl0vn1gedZ ~]# ls aaa.cap install.sh mobile-1.0.0-SNAPSHOT.jar sa_recovery.log [root@iZbp ...
分类:其他好文   时间:2020-04-02 01:38:47    阅读次数:121
antd 和 antd-mobile 同时加载
脚手架react-app-rewired 的config-overrides.js 文件配置方式 const path = require("path"); const { override, fixBabelImports, addLessLoader, addDecoratorsLegacy, ...
分类:其他好文   时间:2020-04-01 23:23:40    阅读次数:201
not exists优化 mysql数据存在不插入
记一次sql优化 原代码 INSERT INTO DataAnalysis_HrmDataHistory (estate,lockstate,delestate,creator,created,modifier,modified,name,employeeCode,sex,department_id ...
分类:数据库   时间:2020-04-01 17:56:29    阅读次数:96
php常用函数(一)格式验证篇
验证手机号是否正确 /** * 验证手机号是否正确 * @param INT $mobile */ function isMobile($mobile) { if (is_numeric($mobile)) { return preg_match('#^13[\d]{9}$|^14[5,7]{1}\ ...
分类:Web程序   时间:2020-03-31 23:13:24    阅读次数:143
UWP
UWP即Windows 10中的Universal Windows Platform简称。即Windows通用应用平台,在Windows 10 Mobile/Surface(Windows平板电脑)/PC/Xbox/HoloLens等平台上运行,uwp不同于传统pc上的exe应用,也跟只适用于手机端 ...
分类:其他好文   时间:2020-03-31 12:30:42    阅读次数:91
C#抖音地址解析获取水印地址
源码下载:DEMO下载 首先我们可以看到手机上的APP播放的视频是没有水印的,如下: 这样我们可以用Charles之类的工具抓取该地址,主要观看他的前缀地址部分(由于配置比较麻烦,大家可以自行配置,参看https://www.jianshu.com/p/c422344798c5,手机上的应用都可以抓 ...
分类:Windows程序   时间:2020-03-24 18:52:43    阅读次数:162
4577条   上一页 1 ... 24 25 26 27 28 ... 458 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!