huanglexus's recent timeline updates
huanglexus's repos on GitHub
TypeScript · 5 watchers
cf-demo
cf-demo
Objective-C · 1 watchers
DrawInterpreter
Interperter for a functional drawing language
Ruby · 1 watchers
MolosyChain
Objective-C · 1 watchers
Tango
Objective-C · 0 watchers
AKNumericFormatter
Formatter for numerical fields and UITextField category to use it easily while editing.
JavaScript · 0 watchers
angular-playground
Swift · 0 watchers
APEContact
Internal Contacts App for yuantiku.com, written in Swift
Swift · 0 watchers
BirthdayCircle
Objective-C · 0 watchers
BlocksKit
The Objective-C block utilities you always wish you had.
C++ · 0 watchers
BlogGround
Just for backing up my blog.
Objective-C · 0 watchers
CRMediaPickerController
An easy-to-use UIImagePickerController replacement for picking Images and Videos.
Objective-C · 0 watchers
CRNavigationController
A UINavigationController subclass that brings about a more vivid, brighter UINavigationBar.
Objective-C · 0 watchers
CXAlertView
Custom alert-view which allow you to add view as main content.
Objective-C · 0 watchers
DrawLangInterpreter
A interperter for a functional drawing language, which is implemented with objective-C
Objective-C · 0 watchers
EGOImageLoading
What if images on the iPhone were as easy as HTML?
Ruby · 0 watchers
elasticsearch-rails
Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
Emacs Lisp · 0 watchers
emacsd
my emacsd
PHP · 0 watchers
example
An example repository, used in tutorials on joncairns.com
0 watchers
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
Objective-C · 0 watchers
Huihui
Huihui iOS client
Shell · 0 watchers
interview
笔试面试知识整理
Vue · 0 watchers
iview
A high quality UI Toolkit built on Vue.js 2.0
CSS · 0 watchers
lightin
Just a ghost theme
Swift · 0 watchers
LINStaticTableViewController
A static table view controller like XLForm, but more lightweight, simple and flexible than XLForm
TypeScript · 0 watchers
minapp
重新定义微信小程序的开发
TypeScript · 0 watchers
minapp-wx
微信小程序 api 的 typings,同时提供 promise 版
Objective-C · 0 watchers
MRProgress
Collection of iOS drop-in components to visualize progress
Objective-C · 0 watchers
NewEBuy
New Edition And New Design
HTML · 0 watchers
paraflow-project-74f69811
Paraflow project: Jira 类 sprint 管理软件
Objective-C · 0 watchers
peertalk
iOS and Mac Cocoa library for communicating over USB
0 watchers
Qwen-Agent
Agent framework and applications built upon Qwen>=2.0, featuring Function Calling, Code Interpreter, RAG, and Chrome extension.
Objective-C · 0 watchers
Regular-Timer
Hack Day Project
TypeScript · 0 watchers
replit-demo
TypeScript · 0 watchers
replit-task-tracker
replit
0 watchers
SurgeConfig
surge app shadowsocks config
XSLT · 0 watchers
swift-evolution
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.
Swift · 0 watchers
SwiftPlayground
用于练习一些数据结构和算法,或者 Demo
Objective-C · 0 watchers
SWTableViewCell
An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
Objective-C · 0 watchers
TangoMaster
Objective-C · 0 watchers
THProgressView
UIView subclass that mimics the progress bar of Twitter for iOS.
0 watchers
UIButton-Bootstrap
UIButton with Bootstrap 3.0 styles
Objective-C · 0 watchers
UITableView-FDTemplateLayoutCell
Template auto layout cell for automatically UITableViewCell height calculating
Objective-C · 0 watchers
XDWM
Objective-C · 0 watchers
XLForm
XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
Objective-C · 0 watchers
YYWebImage
Asynchronous image loading framework.
huanglexus

huanglexus

V2EX member #78350, joined on 2014-10-24 14:22:28 +08:00
iOS / Node.js Developer
微信小程序开发者工具是怎么做的?
程序员  •  huanglexus  •  Sep 24, 2019  •  Lastly replied by coolooks
2
iPhone X 连接蓝牙耳机的音质好像有问题
Apple  •  huanglexus  •  Nov 7, 2017  •  Lastly replied by BXIA
2
DigitalOcean 的 vps 被墙了
VPS  •  huanglexus  •  Oct 9, 2017
Xcode 7.3 严重 Bug 居然没引起重视
Xcode  •  huanglexus  •  Apr 1, 2016  •  Lastly replied by XcodeUser
12
双 11 来了求推荐耳机预算 3000 以内
问与答  •  huanglexus  •  Nov 9, 2015  •  Lastly replied by Captian
19
Xcode 这么卡为何还不去吃内存?
macOS  •  huanglexus  •  Oct 31, 2015  •  Lastly replied by zixincao
14
关于 iOS 设备如何接收到 push notificaton 的一点疑问
iOS  •  huanglexus  •  Feb 13, 2015  •  Lastly replied by zjuster
20
huanglexus's recent replies
Jan 27, 2021
Replied to a topic by kimiler 程序员 基于 react native 来实现小程序是否可行?
你这个问法就有问题
react native 和 小程序 本质是同一类的跨端技术

只不过现在的小程序实现是基于 webview 原因是对 web 开发有更好对兼容性

如果你的意思是用 react native 作为底层跨端的实现能否达到目前微信小程序对 web 的兼容程度, 那是没那么好搞的
前端又不一定要写 css,我多年没碰过 css 了
May 9, 2020
Replied to a topic by lincya 酷工作 招 WPF 工程师
太感人了
很简单,typeof

class Foo {
static m1() {
console.log('m1')
}
}

function bar(): typeof Foo {
Foo.m1()
return Foo
}
Mar 1, 2020
Replied to a topic by helloworld000 iPhone ios chrome 现在好像越来越垃圾了
edge 贼好用
Feb 22, 2020
Replied to a topic by px920906 JavaScript js 如何深拷贝一个函数?
不知道楼主是不是听错了,如果是真的话,问这种问题的人很明显连基本的编程语言常识都不懂
说 vue 支持 typescript 的,要么是没写过大型的 webapp, 要么就是根本不会 typescript.
我就这么说吧,vue 2.x 根本不支持 typescript
我的也有同样的问题,左耳掉电快
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5080 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 50ms · UTC 08:32 · PVG 16:32 · LAX 01:32 · JFK 04:32
♥ Do have faith in what you're doing.