由买买提看人间百态

topics

全部话题 - 话题: ionic
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
l*********i
发帖数: 29
1
最近也有个AngularJS小项目 准备改用ES6, 不知道到底直接改Angular2 还是改用ES6
再babel transpiler呢??
还有,改动困难么? 还是直接重写算了?

四个
T*******e
发帖数: 4928
2
才看到这个贴。
Angular2在公司正式项目上没法用。所以我只能先用a1+es6,等a2 出来再upgrade.
只不过写a1前,先看看改动要注意的方面。


ES6
s*i
发帖数: 5025
3
来自主题: Programming版 - 请教大牛们这个系统怎么设计
I would do this:
local server: Node only
cloud: Node only
Only thing passing around local and cloud servers is data. Nothing else.
1. static web content can be hosted anywhere you like. There should be
absolutely NO server side rendering. Angular is the way to go for your web
app and possibly mobile app (Ionic)
2. {IP whitelist + secret token} for local-cloud communication
3. JWT for app and web (consuming same rest api and no difference)
Possible notification solutions:
email: mailchimp
text: t... 阅读全帖
s*i
发帖数: 5025
4
就是 hybrid app 的兴起。
Native app 开发就跟 当年 C 语言一样,逐渐限制于性能要求特别高的情况。
而绝大多数 app 完全可以 html5 + JavaScript 取代。
代表: Ionic
Xamarin这种,不看好。
[发表自未名空间手机版 - m.mitbbs.com]
n*******4
发帖数: 2285
5
请问Ionic有什么好的Tutorial推荐?
h******b
发帖数: 6055
6
很多啊,随便谷歌。
https://ccoenraets.github.io/ionic-tutorial/
http://learn.ionicframework.com
需要后台无缝连接的可以考虑和meteor强强联手:
http://info.meteor.com/blog/whatsapp-with-meteor-angular-and-io
还可以直接下载sworkit, 打开apk看他们代码。
N*****m
发帖数: 42603
7
来自主题: Programming版 - framework7
跟ionic啥关系?
s********r
发帖数: 394
8
来自主题: Programming版 - 求推荐tech stack
有composer的,还学什么新东西。
Laravel的做backend,restful api,
Angular+ionics做前端,Cordova直出ios和android版本
you will thank me from this moment

★ 发自iPhone App: ChineseWeb 8.7
h******b
发帖数: 6055
9
来自主题: Programming版 - 求推荐tech stack
前台angular(配ionic开发mobile),或react(配react native开发mobile)二选一。
后台Java/Ruby on Rails都可以,不用迷信node,你的团队现有的开发经验是最快最有
效的法子。 如果学技术可以考虑node,配mongodb/mysql都可以。
vue.js的华人作者很佩服,但实在太小众了,还是随大流好。
r********e
发帖数: 39
10
没错,我对bootstrap和material design的感觉,就像是 C vs C++. 在material
design里,mobile和touch就是built in的,而不是afterthought.
问题还是在mobile方面。ngMaterial explicitly states 它和ionic 库不相容。所以
我想问问看,大家用naMaterial的,都是用什么实现web app的。
h******b
发帖数: 6055
11
来自主题: Programming版 - card.com手机app源代码:ionic/angular
https://www.card.com/app
1)在google play下载apk,root权限手机直接打开apk, 看assets/www目录即可。 代
码没有压缩过,简单易读。
2)没有root权限安卓手机的, 找直接下载apk的网站即可,谷歌一下很多的。
这个app在谷歌一个平台就有几十万下载量,而且带了支票扫描,地图,付款等功能。
强烈推荐。
l*********s
发帖数: 5409
12
来自主题: Programming版 - card.com手机app源代码:ionic/angular
谢谢!
s*i
发帖数: 5025
13
来自主题: Programming版 - card.com手机app源代码:ionic/angular
Man, this is stealing
[发表自未名空间手机版 - m.mitbbs.com]
c******n
发帖数: 16666
14
来自主题: Programming版 - 生物老博后准备自学Java,求指教!
恩 html和css 2周左右可以入门吧 精通要很久 但是要出活很快
js入门大概稍微久一点
然后可以上angular react ionic这些
另一条路是html 和css之后 找个cms,比如wordpress或者drupal用一下 再学点php和
jquery,很多传统行业需要这样的人来维护开发他们的网站
s*i
发帖数: 5025
15
来自主题: Programming版 - xamarin被软买了
终于发生了。必然的。
然并卵。
C#圈子就是那样了,虽然C#的确十分优秀。
现在很明显,只有Javascript 才算 Neutral 的大家都可以接受的语言。我更看好以
Ionic为代表的Hybrid这个大趋势。
T********i
发帖数: 2416
16
来自主题: Programming版 - 再说说react & angular 2
首先我不是行家,纯粹业余水平。
去年看了看angular 1发现出场人物太多,像电话号码簿。完全不靠谱。倒是react如同
行云流水。对我的胃口。试着用react做了些东西。感觉也不错。
angular 2还没时间看。据说抄了react挺多。而且和angular 1完全不同,现在还是
beta,其实react也是。行家能不能给个意见?纯粹技术角度。到底谁更牛一点?
再说说native。其实我挺看好js UI的。主要这么多年这么多资源投进去。界面能做到
无限炫目了。其实HTML和CSS里面该有的元素都补全了,就能证明是图灵完全UI了。而
且轮子也够多。
但是地但是,今天看了一些进展,太他妈的慢了。这些人整天都干啥?
首先说编译器,ionic基于cordova,react native有自己的runtime(JavaScriptCore
which is the JavaScript engine that powers Safari)。基本上都是不编译的。
其次说说整合,这两种现在也就只能render一下UI。深度是整合和浏览器比较都差远了
。连TCP之类的都要靠插件。不能用node的标... 阅读全帖
d******e
发帖数: 2265
17
来自主题: Programming版 - 再说说react & angular 2
好坑。
本来本人非常期待angular 2。毕竟es6是javascript一个重要变化。
但是,看完angular 2后非常失望。感觉设计者功力不够。最后沦落到就是为了搞一个
前段的java.
很多东西都是在开javascript的倒车。
最大的问题: angular 2是一个framework. framewoek坑爹的地方在于上手很快,但是
10%的功能死活做不了。非常复杂。技术一旦不流行就必须全盘丢到。所以angualr可能
是股沟内部搞java的头支持的一个傻逼。
react是类unix的library,你需要用胶水粘起来。react不讨人喜欢的地方在jsx.否则当
年就上了。
react 比angular小的多。lib对framework嘛。
angular需要无限的发明directive,傻逼。
react just javascirpt.
angular走OOP的路子,傻逼。
ionic比react native看上慢很多,看演示。
最后决定换门到react+flux了。
m****e
发帖数: 1034
18
来自主题: Programming版 - 学习前端的动力是什么?
我只有3,觉得现在创业做web/app门槛最低,而且比以前容易。稍微了解了一下那个
ionic,只要做个web版的,mobile就搞定啦
光有后端的技术只能给别人打工,或者找前端的人合作。
R*********4
发帖数: 293
19
来自主题: Programming版 - js里不允许任何html markup
应该是这样吧。
如果你们的js全部是用json的话的,你不需要html markup。
我个人觉得比较好维护。只要您试过 cordova + ionic, 就知道多么利于开发了。
h******b
发帖数: 6055
20
现在手上有几个ionic app雏形,不考虑长期scalability, 要求是最快上线,基本需求
是:
1)数据库CRUD, 根据数据库内容自动生成api代码,比如你加个叫task的object,里面
有十几个key,后端应该可以自动帮你生成crud api不需要手写
2)用户管理和social 登陆,用户安全问题新手很难写的尽善尽美,现成的后端应该已
经包含了这些东西,脸书谷歌登陆更是基本需求,还有注册/忘记密码什么的都应该是
自带
3)文件上传下载管理,比如上传个图片作为profile里面的照片,需要自动压缩改大小
4)后台能够运行代码,比如parse cloud cloud允许你在save一个object的时候自动允
运行on_save代码在存数据的时候做出其他运算, 还可以搞scheduled task之类的。
5) GUI来管理数据,给非程序员使用
6)push notification支持,锦上添花吧
7)用户之间的chat/messaging,也算是锦上添花
8)offline支持,比如自动本地/服务器sync这样的
目前看过的有谷歌firebase, parse... 阅读全帖
h******b
发帖数: 6055
21
来自主题: Programming版 - react is total crap
react把html塞入js就是love/hate, 没有中间的。
我觉得工作数量,还有生态环境很难追上angular。当然如果你喜欢也不会有很大待遇
上的区别。
问题是angular 2改的太多了,你随便搜各种工作需求,轮子,插件,documentation都
是angular 1为主,而且我真心不喜欢typescript, angular 2的documentation/例子一
半ts一半js很烦。
所以我还是暂时用angular 1。 ionic creator真的很强,用gui画出界面/workflow给
客户demo,然后直接export成干净template代码开始开发后台。这种工具目前都是
angular 1。
n*w
发帖数: 3393
22
来自主题: Programming版 - react is total crap
ionic 2 等着angular 2.
f******2
发帖数: 2455
23
来自主题: Programming版 - 请教移动开发的framework问题
想做跨平台native app,几个问题
1、技术选型用ionic是不是目前看最好的选择了?
1.1、研究了一下网上的意见,说会产生潜在的performance问题,有没有使用过的朋友
分享一下
2、learning curve如何?隐形的坑有多少,社区解决的快吗?
另外,感谢其他相关的实战分享
f******2
发帖数: 2455
24
来自主题: Programming版 - 请教移动开发的framework问题
对比react和angular,关键是angularjs2让人们无法适从。
ionic宣称支持2,但是估计会有很大的delay和bug频繁期。
google有出了名的不顾老版本维护,用1无异于慢性自杀


: 我觉得react用起来比angular要灵活一些,但是boilerplate好像多一点,目前
感觉

: react却少的东西就是类似angular里面的directive和一些filter,这些导致代
码看起

: 来不够DRY

P**H
发帖数: 1897
25
来自主题: Programming版 - 请教移动开发的framework问题
a1在桌面上没问题。但移动端就吃力了。ionic在Android滑动都费劲。而现在偏偏移动
是市场大头。
a2和react native还是方向。
h******b
发帖数: 6055
26
来自主题: Programming版 - 请教移动开发的framework问题
没那么不堪的。 安卓jellybean以后基本上很平滑了。 ionic 1好歹也是两万五星的
项目,对scrolling做了很多优化。
P**H
发帖数: 1897
27
来自主题: Programming版 - 请教移动开发的framework问题
ionic1的scrolling在android上已经是历史遗留问题了。可能最新的机器好点。稍微老
一点的机器,比如一年前的,就会有问题。目前一个workaround就是自己把开源的
chromium/webkit打包进去。这样做,app又会很大。凭空多了几十M。
没有说ionic 1完全不好。只是有些细节问题上还是要注意。
a2很大程度是为了解决mobile的问题。
l**********n
发帖数: 8443
28
来自主题: Programming版 - 跨平台开发比较
react-native
ionic
用哪个?
国内一般用哪个?
还有什么?
c******n
发帖数: 16666
29
来自主题: Programming版 - 跨平台开发比较
RN我几个月前配置环境就吐了 貌似后来的更新改良了这部分 不过我没继续试下去
ionic配合ng还是可以做的 启动还是有点慢就是 ng1的时候做过一个 ng2之后没用过
vue的话 有个阿里搞得weex,但是我看了他官网那个样子就觉得起码还得等个一年半载
最近准备试一下Quasar,也是配合vue,里面还是用cordova,不过一般的app也够了,
真的复杂了还是上真native比较好
l**********n
发帖数: 8443
30
来自主题: Programming版 - 跨平台开发比较
感觉ionic,angular被google玩死了。
l**********n
发帖数: 8443
31
来自主题: Programming版 - 跨平台开发比较
今天看了RN的components,都是native实现,然后用js封装了一下,无怪乎性能优于其
它的跨平台框架。请问大神ionic的控件也是用native实现的吗?
l**********n
发帖数: 8443
32
来自主题: Programming版 - ionic 2 still beta?
上网找了一圈教程,都过时了。
c******n
发帖数: 16666
33
来自主题: Programming版 - ionic 2 still beta?
我等下准备实施quasar
l**********n
发帖数: 8443
34
来自主题: Programming版 - ionic 2 still beta?
没听过。准备吃螃蟹了?
l**********n
发帖数: 8443
35
来自主题: Programming版 - 今天看了下Vue.js
angular 4 & ionic 3我一天就能写复杂的应用了。redux也没问题。vue没看过。
l**********n
发帖数: 8443
36
来自主题: Programming版 - react完蛋了?
rn比ionic猛多了。
l*****g
发帖数: 263
37
来自主题: Biology版 - Re: sonication vs. freeze-and-thaw
use needle pass-through bah
Use low ionic strength buffer (Tris 20mM pH 7.7, protease inhibitor mix, MeSH)
(i.e. Buffer) and 27.5G needle (i.e. Needle)
1. wash cell with PBS, spin down cell, remove all PBS.
2. resuspend cell in Buffer, pipete 10 times, sit on ice for 15 min.
3. use shringe and Needle, pass the suspended cell through Needle 7 times
4. site on ice for another 10 min.
5. pass through Needle another 7 times
6. spin at 500 g to remove debris, 100k g for membrane fraction
r*****e
发帖数: 1
38
Seal test is valid under one condition: not much ionic currents at your
holding potential. So if you recording excitable cells ( muscle or neuron),
you need to use holding potential -60mV. If you use 0mV, you will get
something like 60 Mohm. Similarly, if you have channels expressed (active) at
0 mV, your seal test at 0 mV holding potential will look bad. In both cases,
there may not be any leakage.
p*****n
发帖数: 981
39
☆─────────────────────────────────────☆
daxuetian (回国过年啦) 于 (Sun Dec 17 22:35:38 2006) 提到:
请问一下大家,学习离子通道以及patch-clamp的基础理论,有些什么书比较好?多谢
了先。
☆─────────────────────────────────────☆
lanceandfei (La Jolla的云彩) 于 (Sun Dec 17 22:40:50 2006) 提到:
ionic channels of excitable membranes
the bible of ion channels

☆─────────────────────────────────────☆
neuron (云中漫步) 于 (Sun Dec 17 22:58:28 2006) 提到:
for theroritical study: ion channels of excitable membrances by Hille
for practice: single chan
f***l
发帖数: 1157
40
来自主题: Biology版 - 有幸通知大家,新IF已公布
这个杂志早些年还真发了些高引的论文,估计多是方法学的东西。
导致今年飙升的应该是最后这篇08年的Review,引了6,572 次
1. Title: REVISED EFFECTIVE IONIC-RADII AND SYSTEMATIC STUDIES OF INTERATOM
IC DISTANCES IN HALIDES AND CHALCOGENIDES
Author(s): SHANNON RD
Source: ACTA CRYSTALLOGRAPHICA SECTION A Volume: 32 Issue: SEP1 Pages:
751-767 Published: 1976
Times Cited: 20,480

2. Title: PHASE ANNEALING IN SHELX-90 - DIRECT METHODS FOR LARGER STRUCTUR
ES
Author(s): SHELDRICK GM
Source: ACTA CRYSTALLOGRAPHICA SECTION A Volume: 46 Pages: 467
l*********s
发帖数: 5409
41
来自主题: Biology版 - Mono Q 的柱子好贵
it is dirty cheap to prepare the column yourself, monoQ is ionic exchange,
not so sensitive to packing.
I*****y
发帖数: 6402
42
I think it really depends on your buffer used for your IEX elution. I don't think a
sizing column is sensitive to salt.
If you still have concern with the salt from your IEX elution, just try
changing the buffer to low salt when you concentrate your proteins.

column
m**z
发帖数: 787
43
should be fine. I do this all the time. I think unless your protein's
oligomerization state is sensitive to salt concentration, otherwise salt
concentration should not affect the purification.
In fact I know some people actually using size exclusion column to do buffer
exchange instead of dialysis when the sample volume are small.

column
k******e
发帖数: 8870
s********l
发帖数: 1195
45
对,盐浓度对尺寸排组影响不大,但是要保证出来的东西没有杂质会堵凝胶,上样前最
好过滤一下。

column
j*****a
发帖数: 92
46
用size exclusive column (Sephacryl 100, buffer Tris-HCl (pH 8.5) 5% glycerol
)分离 ionic exchange column pools (desired protein 35 kda).所有的蛋白在死体
积同时下来,完全没有分离.请问怎么办?谢谢.
m*********7
发帖数: 5207
47
来自主题: Biology版 - 为什么蛋白胶会跑成梯形呢?
Ionic strength of the sample in each lane should be identical.
n******5
发帖数: 21
48
来自主题: Biology版 - 问个magnetic beads的问题
我觉得M-beads, 主要是方便,和 minimized carry-over therefore increase
recovery. if you want to minize non-specific interactions, try follow some
naked beads to absorb them.
但是缺点就是 binding capacity 很低。
Wash buffer:建议加一些non-ionic detergent, like Triton100
Elution buffer: SDS+boil will get everything off, but all in denatured form,
it is perfectly fine if you directly go on to SDSPAGE.
if you want to maintain functional activity, I would suggest using low pH
elution (Try pH2.0 glycine, use Tris-pH8 to neutra... 阅读全帖
s*********t
发帖数: 600
49
K channel structure fits perfect well into the category of milestones in
nerve conductance:
Discovery of action potential (called action current in the 1800s)
Recording of action potential (Erlanger and Gasser, 1920s and 1930s),
properties of action potential on single
nerve fiber (Edgar Adrian, 1930s)
Voltage clamp and ionic basis of action potential (Cole, Hudgkin and Huxley,
1930s to 1950s)
Patch clamp and recording of single channels (Sakman and Neher, 1970s)
Cloning of cDNAs for ion channel... 阅读全帖
s*********t
发帖数: 600
50
K channel structure fits perfect well into the category of milestones in
nerve conductance:
Discovery of action potential (called action current in the 1800s)
Recording of action potential (Erlanger and Gasser, 1920s and 1930s),
properties of action potential on single
nerve fiber (Edgar Adrian, 1930s)
Voltage clamp and ionic basis of action potential (Cole, Hudgkin and Huxley,
1930s to 1950s)
Patch clamp and recording of single channels (Sakman and Neher, 1970s)
Cloning of cDNAs for ion channel... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)