域名已变更 请手动修改文章中域名指向carlzeng.com
上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 背景 苹果电脑如何显示和操作安卓手机呢?由于受限于已有的硬件、使用习惯和越来越多应用只支持手机端,而安卓模拟器无法实现100%完全模拟手机,这个需求有点偏门。总之主旨是实现在电脑上操作手机的目的,这样就可以用键盘和鼠标来操作手机(越来越多的手游接受键盘鼠标的操作,而且效率更高,更精准) 硬件清单 M 阅读全文
posted @ 2023-09-19 09:28 CarlZeng 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 背景 本文主要分享概念层面上的关于:NetSuite在ODBC上面的功能和演变。 Add-On模块 功能与收费情况 1. ODBC, JDBC and ADO.NET 这三个对应SuiteAnalytics Connect功能;免费 它有较长时间的发展历史和版本迭代,具体详见附录或Help中Conn 阅读全文
posted @ 2023-09-04 09:41 CarlZeng 阅读(213) 评论(0) 推荐(0) 编辑
摘要: title: 云盘转NAS,云盘转化为本地磁盘,跨平台跨设备同步-CarlZengtags: [NAS,云盘,下载,docker,Nginx Proxy Manager]categories: - 云盘 - NAS - Docker - Nginx Proxy Managerdate: 2023-0 阅读全文
posted @ 2023-08-26 21:04 CarlZeng 阅读(665) 评论(0) 推荐(1) 编辑
摘要: title: 如何修改LEDE和X86_64位OpenWrt的默认80管理端口-CarlZeng tags: [OpenWrt,linux] categories: OpenWrt url: https://www.carlzeng.top date: 2023-08-24 21:11:00 The 阅读全文
posted @ 2023-08-24 21:11 CarlZeng 阅读(704) 评论(2) 推荐(0) 编辑
摘要: NetSuite: Get specific Custom Record Types and related sub Custom Fields 阅读全文
posted @ 2023-08-16 09:01 CarlZeng 阅读(30) 评论(0) 推荐(0) 编辑
摘要: suiteqlquerytool SuiteQL Query Tool 阅读全文
posted @ 2023-08-11 13:24 CarlZeng 阅读(48) 评论(0) 推荐(0) 编辑
摘要: title: 如何快速使用ChatGPT AI语言模型 (持续更新)tags: [ChatGPT,AI]excerpt: '无需注册,分分钟让你直接使用免费的ChatGPT,持续更新维护'categories: AIdate: 2023-06-08 10:16:00 如何快速使用ChatGPT AI 阅读全文
posted @ 2023-06-08 10:16 CarlZeng 阅读(4267) 评论(0) 推荐(0) 编辑
摘要: 经过百般测试,实践了Python的方案,实现:可以识别英语,但是断句和整句话的整理还是不尽人意。 还不如下面这个产品 Speechnotes https://speechnotes.co/dictate/ Pyhton的方案实践记录(部分): cd /Users/***/opt/anaconda3/ 阅读全文
posted @ 2023-05-31 15:50 CarlZeng 阅读(60) 评论(0) 推荐(0) 编辑
摘要: title: 如果你对IPTV(全地球的)感兴趣-CarlZeng tags: [IPTV,直播,livetv,tv] categories: IPTV date: 2023-05-19 08:44:00 {%note success%} 2023年12月:支持m3u链接、m3u源文件等IPTV源检 阅读全文
posted @ 2023-05-19 08:44 CarlZeng 阅读(2048) 评论(0) 推荐(0) 编辑
摘要: https://huggingface.co/nlpconnect/vit-gpt2-image-captioning The Illustrated Image Captioning using transformers Image captioning is the process of gen 阅读全文
posted @ 2023-05-05 08:13 CarlZeng 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 1. 问题描述熟练使用Linux的人会知道,环境变量是在~/.bashrc或~/.bash_profile中进行配置的; 在Mac OS中,同样也可以在这两个文件中配置环境变量,但是每次打开命令行时都需要输入source ~/.bashrc 或 source ~/.bash_profile才能生效, 阅读全文
posted @ 2023-04-22 16:41 CarlZeng 阅读(1057) 评论(0) 推荐(0) 编辑
摘要: <img src=https://www.evernote.com/shard/s122/sh/4ed93137-2113-47e2-932d-690d7c042cf6/cNIcOpMgiFCPGQZd-CUfJ0FjGdrwaRhzizH-Ff8PGb-3wOmKPoWxyo24gQ/deep/0 阅读全文
posted @ 2023-04-13 18:02 CarlZeng 阅读(4764) 评论(0) 推荐(0) 编辑
摘要: 动态公网IP(Dynamic Public IP)是指由互联网服务提供商(ISP)分配给用户的动态IP地址,该地址是公共的,可以在公共互联网上访问。与静态公网IP不同,动态公网IP是临时分配的,并且在一段时间后可能会更改。这意味着每次重新连接到互联网时,用户可能会被分配一个新的动态公网IP地址。 动 阅读全文
posted @ 2023-04-13 17:36 CarlZeng 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 背景 介绍:https://brew.sh/index_zh-cn macOS(或 Linux)缺失的软件包的管理器 Homebrew 能干什么? 使用 Homebrew 安装 Apple(或您的 Linux 系统)没有预装但 你需要的东西。Homebrew 会将软件包安装到独立目录,并将其文件软链 阅读全文
posted @ 2023-04-04 18:12 CarlZeng 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: 背景 最近几月迷上看书(用心的认真的看书)。「好书」让人沉静下来,净化灵魂。 接受文学艺术熏陶一下,看看能否洗淡些许俗气。 益处颇多,话不多说,写此文旨在可能可以帮到你: 更快捷更舒适的获取这人类世界上的电子书籍(更墙裂推荐纸质版阅读) 方案与思路 1)根据书名,作者,出版社,ISBN等信息进行搜索 阅读全文
posted @ 2023-03-26 11:12 CarlZeng 阅读(228) 评论(0) 推荐(0) 编辑
摘要: title: 听音乐(音乐播放器)tags: [音乐, 音乐播放器, 安卓手机]categories: 音乐date: 2023-02-20 11:39:00 # 背景听音乐,音乐APP等等个人自用分享 {%note success%} 2023年12月更新: docker一条命令搭建在线音乐播放器 阅读全文
posted @ 2023-02-20 11:39 CarlZeng 阅读(889) 评论(0) 推荐(0) 编辑
摘要: 打印相片, 如何从安卓手机发送大量照片到Mac电脑 阅读全文
posted @ 2023-02-16 16:39 CarlZeng 阅读(527) 评论(0) 推荐(0) 编辑
摘要: Export TOTP tokens from Authy 阅读全文
posted @ 2023-02-09 22:54 CarlZeng 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 背景 简单来说是比对两张图片(照片)中的人脸,判断是否属于同一个人。 应用广泛,可以用于学习特定的人脸(照片),然后搜索视频(或者摄像头)识别特定的人脸,做标记,美化等等。 环境 M1 MacBook 工具 Python face-recognition 1.3.0 (安装步骤见:如何安装face- 阅读全文
posted @ 2023-01-15 18:12 CarlZeng 阅读(1348) 评论(0) 推荐(0) 编辑
摘要: 背景 本文将的是如何在苹果MAC电脑下,将网络地址的M3U8文件(URL地址)转化为方便播放的MP4文件。 什么是M3U8文件?先去搜索下 怎么下载ffmpeg,怎么使用? 也可以参考下:如何使用youtube-dl下载Youtube上面的音视频,油管视频 Support SOCKS5 proxie 阅读全文
posted @ 2023-01-10 11:15 CarlZeng 阅读(1031) 评论(0) 推荐(0) 编辑
摘要: 背景及应用场景 我们在使用NetSuite中的状态字段时(无论是系统的状态字段还是自定义的字段),经常会遇到状态之间的步骤性,有的流程对状态步骤有特定的需求(比如满足什么条件才可以切换到特定状态,特定状态下必须触发什么特定的事件),这时就需要:简便地查看当前步骤(所属的状态),以及目前状态在整体步骤 阅读全文
posted @ 2022-11-30 18:03 CarlZeng 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 最新版的工具及方法详见: 不断更新版本: 如何使用lux,youtube-dl下载Youtube上面的音视频,油管视频(23年11月已更新) 旧版本: https://www.cnblogs.com/backuper/p/17858346.html title: 如何使用lux,youtube-dl 阅读全文
posted @ 2022-11-22 09:13 CarlZeng 阅读(1600) 评论(0) 推荐(0) 编辑
摘要: 目标 实现往Android联通机顶盒安装APP,比如投屏类APP(比如:乐播投屏),桌面类APP(比如:沙发桌面,当贝桌面) 环境 联通 创维机顶盒:E900V21C Mac(windows也一样,找相应平台的软件即可) Terminal 系统自带工具 adb 如何安装:MAC下安装adb环境的三种 阅读全文
posted @ 2022-11-18 12:40 CarlZeng 阅读(3375) 评论(0) 推荐(0) 编辑
摘要: That could be next generation of NetSuite's transaction. It's loading faster, with totally different back-end design. Items sublist column fields To b 阅读全文
posted @ 2022-05-11 08:11 CarlZeng 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 背景 如何在手机中搜索特定照片,这个问题困扰了我很多年。之所有还依然需要这个功能,是因为这个需求非常常见,我们经常只是拍照没有文字记录,而事情经过以后,往往需要快速找到这些历史照片。 解决方案思路:拍照以后,我们可以抽空用工具给照片重命名,这样关键字就在照片名字中体现;搜索时,可以通过搜索关键字来找 阅读全文
posted @ 2021-12-01 18:08 CarlZeng 阅读(1364) 评论(2) 推荐(0) 编辑
摘要: title: >- [GitHub] fatal: unable to access 'https://github.com/': Failed to connect to github.com port 443: Operation timed out tags: [github,git] cat 阅读全文
posted @ 2021-11-23 11:11 CarlZeng 阅读(7235) 评论(0) 推荐(0) 编辑
摘要: Openwrt可以实现很多功能,目前我主要是让K2P实现双播让上行带宽提速。 其他的实践不如:https://www.cnblogs.com/backuper/p/4028173.html K2P A2版本,其他固件也一样能实现这个基本功能,比如高格等等,不同地区(不同ISP)建议找找老司机的实践经 阅读全文
posted @ 2021-11-08 11:17 CarlZeng 阅读(1523) 评论(0) 推荐(0) 编辑
摘要: Help understanding https://www.taniarascia.com/getting-started-with-react Installed React debug tool https://www.digitalocean.com/community/tutorials/ 阅读全文
posted @ 2021-10-15 18:29 CarlZeng 阅读(47) 评论(0) 推荐(0) 编辑
摘要: Sample for manifest.xml <manifest projecttype="ACCOUNTCUSTOMIZATION"> <projectname>Business Process Automation</projectname> <frameworkversion>1.0</fr 阅读全文
posted @ 2021-06-22 09:16 CarlZeng 阅读(430) 评论(0) 推荐(0) 编辑
摘要: The result field Formula (Text) cannot be grouped. Please edit the search and omit this field or use a different summary function. Solution: Create a 阅读全文
posted @ 2021-04-29 22:30 CarlZeng 阅读(352) 评论(0) 推荐(0) 编辑
摘要: Check of back-end process status which might impact reporting, learn how things are calculate/processing in NetSuite /app/accounting/bulkprocessing/bu 阅读全文
posted @ 2021-04-10 09:45 CarlZeng 阅读(135) 评论(2) 推荐(0) 编辑
摘要: NetSuite generated bank files and the Bank Reconciliation process 阅读全文
posted @ 2021-04-08 17:15 CarlZeng 阅读(138) 评论(0) 推荐(0) 编辑
摘要: How Global Search file content in Gitlab repositories(search across repositories)? There is an existing answer to it, we can file the source code here 阅读全文
posted @ 2021-03-17 12:50 CarlZeng 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Quick TECHNICAL Note Reality: UPS only support WebServices integration(or window platform exe application: FedEx Ship Manager® Lite), friendly for JAV 阅读全文
posted @ 2021-03-11 21:29 CarlZeng 阅读(338) 评论(0) 推荐(0) 编辑
摘要: git_merge_branches 阅读全文
posted @ 2021-03-03 11:16 CarlZeng 阅读(194) 评论(0) 推荐(0) 编辑
摘要: While we have team to maintain same project and (some times) same file, we use git commit to track feature by feature(or update by update) refinements 阅读全文
posted @ 2021-02-23 11:21 CarlZeng 阅读(65) 评论(0) 推荐(0) 编辑
摘要: A Usage Sample and Notes Let's focus on how would you switch Git remote repository? or adding multiple remote repository to sync with local branch, Us 阅读全文
posted @ 2021-01-23 00:38 CarlZeng 阅读(79) 评论(0) 推荐(0) 编辑
摘要: SWOT stands for Strengths, Weaknesses, Opportunities, and Threats Strengths: Better view, Clean up more disk spaces(since some apps is not working) Th 阅读全文
posted @ 2020-12-14 10:44 CarlZeng 阅读(141) 评论(0) 推荐(0) 编辑
摘要: How to extract text from PDF(Image) files 阅读全文
posted @ 2020-11-25 10:43 CarlZeng 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Install WebStorm 2020.1 to Mac 2021-11 Notes The latest version of SuiteCloud IDE plugin from NetSuite is incompatible with WebStorm 2021 or Intellij 阅读全文
posted @ 2020-11-24 20:38 CarlZeng 阅读(552) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页
域名已变更 请手动修改文章中域名指向carlzeng.com