topics

全部话题 - 话题: angular
首页 5 6 7 8 9 末页 (共10页)
l**********n
发帖数: 8443
1
来自主题: Programming版 - 再说说react & angular 2
你们都没说到点子上,the big difference between angular and react is dirty
checking vs virtual dom. with the advent of MutationObserver, dirty checking
would perform better than virtual dom.
l**********n
发帖数: 8443
2
来自主题: Programming版 - 再说说react & angular 2
right now react is performing better.
https://auth0.com/blog/2016/01/07/more-benchmarks-virtual-dom-v
angular-12-vs-mithril-js-vs-the-rest/
h******b
发帖数: 6055
3
来自主题: Programming版 - 再说说react & angular 2
Cordova包装的是网页,也就是说任何js/html/css都可以直接引用。 你测试的时候开
的是普通的web server, 跟手机端没有任何区别。
React Native是完全不同的ecosystem。 你要画个pie chart? 不好意思js那么多现
成的library你都用不了,必须等react native原生的。
这里有个不错的文章, 如果你打算网页app通吃不学习多少新技能,那么ionic 2/
angular 2是很好的选择。 如果是app性能第一,react native更胜一筹。
https:[email protected]/* *//ionic-vs-react-native-9fa307a9f0e1#.w
c******n
发帖数: 16666
C********g
发帖数: 1548
5
Service side cannot control your navigation if your request is through AJAX.
You will have to do the redirect with Angular (at client side).
s*****w
发帖数: 1527
6
来自主题: Programming版 - html 5 or angular storage
html 5 local storage or angular local storage,
应该用哪个呢?
l**********n
发帖数: 8443
7
来自主题: Programming版 - html 5 or angular storage
local storage is a web API. Angular is a web framework. 风马牛不相及的玩意

angualr
c******n
发帖数: 16666
8
来自主题: Programming版 - html 5 or angular storage
local storage很好用 用起来也很方便
angular那个就是多套一层 配合cookie一起用的话 可以当个小数据库使
c******n
发帖数: 16666
l**********n
发帖数: 8443
10
来自主题: Programming版 - angular 2 quick start
https://angular.io
c******n
发帖数: 16666
11
来自主题: Programming版 - angular 2 还不是正是发布?
真发布 但是看着又是为了赶ngcon
github页面也没更新
还有这个
“[–]JungleJoker 111 points 7 hours ago*
A few of the things you can expect in the near future from the Angular
team:
Bug fixes and non-breaking features for APIs marked as stable
I just checked the docs and the source code, a lot of modules are still
marked as "experimental". Even basic every day use ones, HTTP for instance.
TestBed, the new testing module that's supposed to become the defacto way of
writing tests is still marked as "experimental"... 阅读全帖
c******n
发帖数: 16666
d********g
发帖数: 10550
13
没有什么一劳永逸的大而全的前端库。前端都是活在当下
做后端或者全栈的上React或者Vue都不应该有问题。Angular目前不是很推荐
今年的情况是规模小的用Vue瞬间搞定,规模大点的用React也是分分钟的事。明年如果
有新的出来再看
围观前端混战真是一种乐趣
全栈不光是前端后端,那只是技术。做公司的全栈是从外到内都得玩转,技术管理做人
做事。还在争论React vs Vue没有啥意义,拿出产品是王道
c*********e
发帖数: 16335
14
来自主题: Programming版 - 竟然已经学会了reactjs和angular js 2.
时间过得真快,转眼我已经学会了reactjs, angular js 2.感觉这2个是互相抄的,互
相竞争的。

发帖数: 1
15
来自主题: Programming版 - 竟然已经学会了reactjs和angular js 2.
react用了用,觉得不错。
不过当年也用过angular觉得也不错,但是都忘光了。忘了咋回事了。
d*******r
发帖数: 3299
16
来自主题: Programming版 - AngularJS 和 BootStrap
前端大牛们说说 AngularJS 和 BootStrap 合起来用的 best practice 吧
这两天研究了下,有AngularJS community 有2个Bootstrap.
http://mgcrea.github.io/angular-strap/
http://angular-ui.github.io/bootstrap/
这里有些评论:
http://deansofer.com/posts/view/20/AngularJS-and-Bootstrap
angular-strap 这个是 wrapper over original bootstrap, 紧跟 bootstrap.
angular-ui 的 angular-bootstrap 是 native 的 AngularJS 实现,JS 代码都是重写
的,不依赖jQuery.
另外,我看最新的 MeanJS.org 里面, original bootstrap 和 angular-ui 的
angular-bootstrap 都用了.
https://github.com/meanjs/mean/blob... 阅读全帖
s***e
发帖数: 911
17
来自主题: Science版 - plane pendulum(to aguang)
你肯定知道平面谐振子的动力学方程是:
(angular)''+(g/L)*Sin(angular)=0
g是重力加速度, L是线长, angular是偏离垂线的角度.
直接解这个方程不大容易, 用机械能守恒最容易. 下面用两种方法都作一作.
1. 机械能守恒:
动能T=(1/2)*m*L^2*(angular)'^2;
势能U=mgL(1-cos(angular))
其中势能零点选在angular=0处.
假设angular1是运动最高点, 于是
T(angular1)=0
U(angular1)=mgL(1-cos(angular1))
于是常数机械能就是:
E=U(angular1)==mgL(1-cos(angular1))=2mgLsin^2(angular1/2)
机械能守恒得到:
T(angular)=E-U(angular)=>
(dw/dt)=2(g/L)^(1/2)*[sin^2(w1/2)-sin^2(w/2)]^(1/2)
这里用w表示angular, w1表示angular1了.
=>dt=(1/2)*(L/g)^(1/2)*[sin^2(w1/2)-sin^2
h******b
发帖数: 6055
18
来自主题: Programming版 - 有人用百度的echart吗,github七千星
我用的是angular/ionic, 抛砖引玉说说感想吧。需求很简单,环形图里面有文字,还
有stacked bar。 必须自动适应div的大小。
不想自己写任何图像代码,纯json轮子。angular插件我希望只是一个two way binding
wrapper, 不要乱七八糟功能,比如angular-nvd3-directive。 这样我可以直接用
nvd3本来的文档。
1) chartjs/angular-chartjs - 最简单直白的,五分钟就出来图表了。但他的config
选项实在太单薄了。环形图里不能放文字,看了几个stack overflow的例子也没搞定就
放弃了。
2)d3/angular-d3 - 这是photoshop不是ppt,画个圆圈都得自己写代码,迅速放弃。
3)nvd3/angular-nvd3 vs c3/angular-c3-simple, 半斤八两吧。 nvd3直接expose
更多d3的东西更强大。 c3感觉更傻瓜封装的更好。 目前觉得c3好用一点,不直接暴
露d3的东西,更像ppt。
4)Highcharts/angular-ng, ... 阅读全帖
z****e
发帖数: 54598
19
来自主题: Programming版 - 好的javascript程序员还真不多
把blaze这段话里面的Angular换成javascript
难道说得不是很正确吗?js哪个东西哪个产品甚至整个community不都这样?
发信人: blaze (狂且), 信区: Programming
标 题: Re: Angular还有必要学么?听说有很多问题,替代品是什么?
发信站: BBS 未名空间站 (Wed Feb 25 02:52:35 2015, 美东)
根据我一般不资深的经验来看,angular的如果用来搭一些快的东西确实是省时省力的
。因为scaffold比较多。但是如果真是做深入下去,product design需要非常精确的实
现某些feature和functionality的话,花时间和angular战斗不值当的。我个人意见是
angular有些像dreamweaver这样的货,门外汉来了基本不用怎么学就可以上手,做的东
西也还不错,于是很高兴。但是真正严肃的功能性的网站没法用这个做。这些评论前台
框架的人很多都不是专业的,而是designer转过来的。这些人不懂什么function
closure, variable scope, dynamic d... 阅读全帖
z****e
发帖数: 54598
20
来自主题: Programming版 - 好的javascript程序员还真不多
把blaze这段话里面的Angular换成javascript
难道说得不是很正确吗?js哪个东西哪个产品甚至整个community不都这样?
发信人: blaze (狂且), 信区: Programming
标 题: Re: Angular还有必要学么?听说有很多问题,替代品是什么?
发信站: BBS 未名空间站 (Wed Feb 25 02:52:35 2015, 美东)
根据我一般不资深的经验来看,angular的如果用来搭一些快的东西确实是省时省力的
。因为scaffold比较多。但是如果真是做深入下去,product design需要非常精确的实
现某些feature和functionality的话,花时间和angular战斗不值当的。我个人意见是
angular有些像dreamweaver这样的货,门外汉来了基本不用怎么学就可以上手,做的东
西也还不错,于是很高兴。但是真正严肃的功能性的网站没法用这个做。这些评论前台
框架的人很多都不是专业的,而是designer转过来的。这些人不懂什么function
closure, variable scope, dynamic d... 阅读全帖
G****r
发帖数: 5579
21
来自主题: Military版 - 地球自转的动能从哪里来的?
Why and how do planets rotate?
George Spagna, chair of the physics department at Randolph-Macon College,
explains.
Stars and planets form in the collapse of huge clouds of interstellar gas
and dust. The material in these clouds is in constant motion, and the clouds
themselves are in motion, orbiting in the aggregate gravity of the galaxy.
As a result of this movement, the cloud will most likely have some slight
rotation as seen from a point near its center. This rotation can be
described as angu... 阅读全帖
L*****a
发帖数: 3080
22
来自主题: Programming版 - AngularJS vs Dojo
公司里一个项目处于Proof of Concept阶段, 两个leads。我在一个Lead的手下主攻
angular(后台是Asp.net restful web api),上手快,觉得挺Powerful的,非常喜欢
。哪知另一个Lead不声不响地自己搞Dojo+jquery和Python,然后只面向CIO demo,据
说CIO本人很impressed。现在可能要讨论哪个Lead领头,办公室政治的结果可能后者会
胜出吧。我女生,觉得一个framework够用就行了,其实很不情愿重头再学别的差不多
的framework/toolkit,google了一下感觉angular在SPA开发方面应该处于上升势头吧
,而且angular深入学下去也是要花大量时间,所以不太想分散精力。
我不是技术狂人,考虑比较多的是实用性。哪位大牛给说说Dojo好用不?Angular和
Dojo比较在工作机会上哪个占优?我在中西部大城市,前一段时间在dice.com上比较
Angular和Asp.net MVC的工作机会,很吃惊前者并不比后者多,看来angular还是比较
新的。
h******b
发帖数: 6055
23
来自主题: 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。
i*********n
发帖数: 320
24

Vortex radio waves could boost wireless capacity “infinitely”
After four years of incredulity and not-so-gentle mocking, Bo Thide of the
Swedish Institute of Space Physics and a team in Italy have finally proven
that it’s possible to simultaneously transmit multiple radio channels over
exactly the same wireless frequency. In theory, according to Thide, we could
potentially transmit an “infinite number” of TV, radio, WiFi, and
cellular channels at the same time over the same frequency, blasting ... 阅读全帖
L*****a
发帖数: 3080
25
来自主题: Working版 - 大家怎么评价老美这种行为
s

他是Lead,就要让大家知道他在干啥啊,他分配给我们干活也可以。之前没见过有哪个
Lead一个人偷偷做完所有活的然后再对我们指手画脚的。两个Lead最初职能上没有很严
格的区分,Dojo Lead是偏安静的那一个也从没提过要用dojo,Angular Lead大力Push
Angular大家就明着往这个方向走了。
说实话,只是个POC,基本没什么难度,谈不上技术上什么能力不能力的。Angular这一
块大部分是分配我出的活,不算学习时间开发也就花了个两三周,我不敢做的太完善,
一来自己不是Architect/Lead太出风头怕招人恨,二来旁边两个烙印Developer都盯着
呢怕他们偷师偷Credit。Angular Lead只要求我做两三个Demo screen加一个Kiosk app
,估计这方面和对方的demo拉开距离了。我是听说他每周80个小时私下干活,所以做到
80%functional完善。但这不说明什么技术强吧,就是很driven加心计多。CIO其实不太
懂技术,我们开会Demo angular的时候还问什么是CSS。Dojo Lead又是个极能忽悠的老
美,估计C... 阅读全帖
b***m
发帖数: 2112
26
来自主题: Running版 - 有人说大家都跑错了~
昨天刷Twitter看到的文章,标题很骇人。。。我英语太烂,愣是没看明白,大家来看
看 吧^_^
原文在这里:
https://www.newscientist.com/article/dn28246-physics-of-falling-says-
professional-athletes-are-running-wrong/
文中附带了一个Journal paper的link,我这下不下来。能下载的大侠帮帮忙download
一下?谢谢先~
http://rspa.royalsocietypublishing.org/content/471/2181/2015028
Physics of falling says professional athletes are running wrong
By Rebecca Boyle
Runners may be doing it all wrong. A slightly different posture could let
runners and walkers get a gravity-driven boost – and po... 阅读全帖
l**********n
发帖数: 8443
27
来自主题: Programming版 - AngularJS 和 BootStrap
我觉得是这样的,除非你特别熟悉Angular的API,否则还是使用别人写好的directive
。Angular和jquery不兼容的。我看了看Angularui-bootstrap,就是把bootstrap-ui用
Angular重新实现了一遍。Angular连直接bind to DOM都是要禁止的。要bind to DOM,
就要使用ng-bind,否则你不能trigger two-way binding。jQuery是基于event
listener的,而Angular是基于dirty checking的,不过Angular2.0要使用Observer,这
是回到event listener的路子上来。
m***r
发帖数: 359
28
Web技术日报 2015-01-29
@好东西传送门 出品, 过刊见
http://web.memect.com
订阅:给 [email protected]
/* */ 发封空信, 标题: 订阅Web技术日报
更好看的HTML版
http://web.memect.com/archive/2015-01-29/short.html
1) 【Facebook发布React Native】 by @CSDN移动
关键词:JavaScript, 框架
【移动Web技术的春天来了?Facebook发布React Native,用JavaScript开发移动原生
应用】Facebook发布React Native,基于目前大热的开源JavaScript库React.js来开发
iOS和Android原生App。而且已用于生产环境,Facebook Groups iOS应用就是基于它开
发的,这个项目很快将会开源。 [1]
[1] http://www.csdn.net/article/2015-01-29/2823762-facebook-announces-react-nativ... 阅读全帖
m***r
发帖数: 359
29
来自主题: Programming版 - Web技术日报 2015年2月楼
Web技术日报 2015-02-05
@好东西传送门 出品, 过刊见
http://web.memect.com
订阅:给 [email protected]
/* */ 发封空信, 标题: 订阅Web技术日报
更好看的HTML版
http://web.memect.com/archive/2015-02-05/short.html
1) 【浅谈Angular与React】 by @刘骥-JimLiu
关键词:JavaScript, 框架, AngularJS, React
<浅谈Angular与React> 半夜hexo罢工了写完弄了半天才发布成功,真是折磨人…… [1]
[1] http://jimliu.net/2015/02/05/angular-vs-react-in-shallow/
2) 【与Roy Fielding谈论版本化、超媒体以及REST】 by @Linuxeden开源社区
关键词:服务器, Roy Fielding, Web服务
【与Roy Fielding谈论版本化、超媒体以及REST 】 为Web设计、实现和维护API不仅仅
是一项挑战;对很多... 阅读全帖
r***y
发帖数: 4379
30
来自主题: Programming版 - vue可以搞server-side rendering了。。
呵呵, 赞"风景秀丽" :-)
这一跳, 把公费旅行跳没有了...
看了下 RC5 BREAKING CHANGES, 那么长一大堆... 看的人心惊肉跳的...
说实话, 尽管 angular 的工作市场还是大头(react不如angular估计是因为angular 1.
x的legacy项目多)
但 angular 2 这些年的开发进程又慢, 又乱的让人没有学习的欲望
就盼个可靠的 alternative 出来给 angular 盖棺材呢
r***y
发帖数: 4379
31
来自主题: Programming版 - vue可以搞server-side rendering了。。
呵呵, 赞"风景秀丽" :-)
这一跳, 把公费旅行跳没有了...
看了下 RC5 BREAKING CHANGES, 那么长一大堆... 看的人心惊肉跳的...
说实话, 尽管 angular 的工作市场还是大头(react不如angular估计是因为angular 1.
x的legacy项目多)
但 angular 2 这些年的开发进程又慢, 又乱的让人没有学习的欲望
就盼个可靠的 alternative 出来给 angular 盖棺材呢
s*****r
发帖数: 11545
32
来自主题: Military版 - 这个成果比韩春雨的如何?
Scientists discover new form of light
DUBLIN, Ireland, May 17 (UPI) -- Researchers in Ireland have discovered a
new form of light. Their discovery is expected to reshape scientists'
understanding of light's basic nature.
Angular momentum describes the rotation of a light beam around its axis.
Until now, researchers believed the angular momentum was always a multiple
of Planck's constant -- a constant ratio that describes the relationship
between photon energy and frequency, and also sets the sca... 阅读全帖
D*******l
发帖数: 5462
33
这帖子是为网友发的,牛人就不用看了。
http://www.mitbbs.com/article_t/PhotoGear/32886007.html
快门这东西,可以说成一本书。
http://www.techniphoto.com/wiki/index.php?title=The_shutter_spe
The simple description
Use the inverse of the focal length as the minimum shutter speed to avoid
blurred pictures (i.e. 50mm -> max 1/50 sec)
"Executive summary"
There is a well known rule of thumb in the photographers' world that you
shouldn't use a shutter speed lower than the focal length. This rule is
coming from the 35mm film world. With s... 阅读全帖
t***e
发帖数: 2138
34
The boring explanation Here follow some technical explanations: First of all
, my deepest apologies to those not familiar with mathematicsor physics…
But the conclusions are very interesting…. (see at the end) I did some
serious thinking to understand the rule of thumb of using a shutter speed
equal to the inverse of the focal distance. Here are the results: first some
(half-serious) maths: Let's start with the basic definitions and
assumptions: To simplify the calculations, we assume we can mod... 阅读全帖
a*******o
发帖数: 290
35
来自主题: Programming版 - AngularJS 怎么样?
We are using Angular to rewrite our front end. It has a very steep learning
curve. I consider myself very good with HTML and Javascript but need to
learn a lot. There is an Augular way for almost all aspects of web
development. Angular is very hot right now. However I'm not sure whether it'
ll stay on top several years from now.
To learn Angular, it's probably better to stick to its own documentation and
blogs linked from there. Books are often out of date because Angular is
still evolving fast.
a*******o
发帖数: 290
36
来自主题: Programming版 - AngularJS 怎么样?
We are using Angular to rewrite our front end. It has a very steep learning
curve. I consider myself very good with HTML and Javascript but need to
learn a lot. There is an Augular way for almost all aspects of web
development. Angular is very hot right now. However I'm not sure whether it'
ll stay on top several years from now.
To learn Angular, it's probably better to stick to its own documentation and
blogs linked from there. Books are often out of date because Angular is
still evolving fast.
l**********n
发帖数: 8443
37
来自主题: Programming版 - 有没有用AngularJS的大牛
必须承认angujar适合开发mobile app。angular适合这种不怎么复杂的项目。稍微复杂
的项目就不适合上angular了。如果是像mobile那种UI,angular还真是非常合适。所以
这是我的补充吧。不要把angular想象成非常完美。它有它适合解决的问题。
s*i
发帖数: 5025
38
来自主题: Programming版 - 说说三个主流的web stacks
LAMP
Linux + Apache + MySQL + PHP
感觉这个有点老套。以前做过不少,现在提不起精神来。
编程语言主要是Php。php混杂在page里,一旦加入javascript后,非常混乱。
WISA
Windows + IIS + SQL Server + ASP.NET
很多传统的大公司(除了IT以外)还在用它。MVC以后,server side WEB API易如反掌
,这样client side 编程基本解放了,愿意用啥都行,angular也不再话下。感觉最舒
服。
编程语言是,服务器端C#,客户端,可以用C# (Razor),也可以纯粹标准HTML那些东西
,比如javascript, JQUERY,angular等。
MEAN
Mongo + Express + Angular + Node
这个风头正劲。深受广大startup公司欢迎。非常想学习,做个project。
编程感觉就是javascript走天下。在WISA上写过一个小的angular页面,感觉很有前途
。担忧是,项目逐渐变大以后,把握起来会不会混乱。
h******b
发帖数: 6055
39
来自主题: Programming版 - React native如何
这个非常非常有潜力,比较像appcelerator titanium, 界面语言是js,重新compile成
完全native的app。脸书的资源显然不是appcelerator可比。
js现在在前端是统治性的地位。 很多公司的GUI语言都是js。 前几天跟彭博的朋友
聊天,彭博terminal里面所有界面都是js。
当然我绝不会做吃螃蟹的人。 脸书到底拿这个当pet project还是all in还有待观察
。 最少等安卓支持以后吧。 脸书自己的主力app要是敢用这个写,我就跟进了。
脸书react对抗谷歌angular, 非常精彩啊。感觉react比angular传统很多,angular的
什么directives, filters, scopes, factories, services完全脱离了传统jquery。
如果脸书all in,官方脸书app改成react,我看好react两年后市场份额完全超越
angular,同时淘汰phonegap成为跨平台app开发首选。
当然如果只是pet project就另当别论了。
T********i
发帖数: 2416
40
不懂为啥大家这么看重angular? 我angular和react都看了一下,还是更中意react。
关键是react和angular比差在哪里?至少我react两个晚上能把doc看完。angular还是
云里雾里,出场人物有点多。
d*******r
发帖数: 3299
41
来自主题: Programming版 - jQuery还能活多久啊?
一年前用过 Angular.JS + Select2, + D3.js
感觉都是直接用非 Angular.JS directive 版的, 最舒服, 功能最强, 最成熟
板上正好还有 Angular.JS 集成 charts 的帖子, 我看还是折腾
回头 Angular.JS 2.0 大家还可以再折腾一遍 -_-

,
x**n
发帖数: 461
42
来自主题: Programming版 - 问一个Chutzpah codecoverage 的问题
如果我在coverageExcludes 中加上 angular的话,所有的tests都会fail掉,因为找不
到angular。如果在coverageExcludes 中不加上 angular 的话,chutzpah 会fail 掉
, 因为 outofmemory。
命令行是:
"C:BuildsChutzpah.4.0.3toolschutzpah.console.exe" /silent /path C:
BuildsRediQualRediQual.Form1003.Web.Javascript.TestsTests /junit
JasmineJUnitReport.xml /coverage /coverageIncludes /coverageExcludes angular
*.js,jquery*.js,*Test.js
有人能提供一点建议,该怎么做吗?
T*****T
发帖数: 640
43
The angular resolution of Hubble Telescope is not enough to detect such a
small targert at a distance of about 384,000 Km.
The aperture diameter of Hubble is just 2.4 m. Therefore, the angular
resolution for wavelength 500nm should be > 0.25 microRAD. And
because of the wrong manufacturing of the primary mirror, the angular
resultion of HUbble is > the resolution limit even the corrective
contact lens was added into the system.
m****l
发帖数: 71
44
【 以下文字转载自 Programming 讨论区 】
发信人: mussel (海中生), 信区: Programming
标 题: 有在湾区能做网站的兄弟能聊聊么
发信站: BBS 未名空间站 (Fri Jun 12 01:56:43 2015, 美东)
兄弟我在做一个自己的project, 想找有经验的人consulting一下。初入门想练技术的
,水平高architect level的,或有推广经验的都可以。入门的可以和我一起做,水平
高的想找帮我看看我的architecture, 估计今秋能上线吧,有推广经验和教训的都想谈
一谈,知道些前景。
兄弟我的stack 是 Angular + node.js, 标准的MEAN stack吧。有能干活的,有一点
angular + bootstrap的东西, 后台node 也有与其他service的integration. 技术上
大部分东西我都自己做了,还有些比较碎的,想找人帮忙,推进些进程。Architecture
wise,也想和有经验的切磋确认一下。当前的市场估计会从美国开始推吧,有推广经
验自然欢迎谈一谈。不是mean s... 阅读全帖
A*******5
发帖数: 690
45
来自主题: JobHunting版 - 谁说前端简单的 我宁愿刷题

现在流行的是Vue.js? 不过可以理解,Angular1只有一部分人买账,当然在没有对比过
Angular2的时候,后者匆匆收尾就跳到Angular4,连平台也变了,抛弃了Angular-cli
,目前好像也没什么人买账。react还可以,但是其名声有被夸大的嫌疑,它用来做新
项目还好,可是和老项目对接起来代价太大,甚至超过Angular,因为它绕不开DOM 模
版,用任何方法都绕不开,也没有官方或野生的插件来减轻工作量。jquery 屹立江湖
多年,唯一被广泛抱怨的就是它debug起来太烦,Angular也有这方面问题。前端更新快
,不过学起来也快阿。那些怎么也学不好的,估计很快就被淘汰了。。。
l****u
发帖数: 1764
46
来自主题: JobHunting版 - 谁说前端简单的 我宁愿刷题
学的是快 但学完没多久又得重新学习新玩具,不觉得神烦么?你5年工作经验和一个0.
5年工作经验的对一个新玩意熟悉程度一样,因为你前面4.5年学的其他东西已经过时了

[在 AmABB2015 () 的大作中提到:]
:现在流行的是Vue.js? 不过可以理解,Angular1只有一部分人买账,当然在没有对比
过Angular2的时候,后者匆匆收尾就跳到Angular4,连平台也变了,抛弃了Angular-
cli
:,目前好像也没什么人买账。react还可以,但是其名声有被夸大的嫌疑,它用来做新
:项目还好,可是和老项目对接起来代价太大,甚至超过Angular,因为它绕不开DOM 模
:版,用任何方法都绕不开,也没有官方或野生的插件来减轻工作量。jquery 屹立江湖
:多年,唯一被广泛抱怨的就是它debug起来太烦,Angular也有这方面问题。前端更新
快,不过学起来也快阿。那些怎么也学不好的,估计很快就被淘汰了。。。
m****l
发帖数: 71
47
【 以下文字转载自 Programming 讨论区 】
发信人: mussel (海中生), 信区: Programming
标 题: 有在湾区能做网站的兄弟能聊聊么
发信站: BBS 未名空间站 (Fri Jun 12 01:56:43 2015, 美东)
兄弟我在做一个自己的project, 想找有经验的人consulting一下。初入门想练技术的
,水平高architect level的,或有推广经验的都可以。入门的可以和我一起做,水平
高的想找帮我看看我的architecture, 估计今秋能上线吧,有推广经验和教训的都想谈
一谈,知道些前景。
兄弟我的stack 是 Angular + node.js, 标准的MEAN stack吧。有能干活的,有一点
angular + bootstrap的东西, 后台node 也有与其他service的integration. 技术上
大部分东西我都自己做了,还有些比较碎的,想找人帮忙,推进些进程。Architecture
wise,也想和有经验的切磋确认一下。当前的市场估计会从美国开始推吧,有推广经
验自然欢迎谈一谈。不是mean s... 阅读全帖
L*****a
发帖数: 3080
48
来自主题: Working版 - 大家怎么评价老美这种行为
An

你们这些对我有意见的是不是工作环境都很comfortable?teamwork也很顺溜?碰到这
样的组/项目我自然会调整心态。
本来就不是个专业的IT公司,我们组的developer也不过4,5个人,其中大多是
consultants,别人先防着我在先我还热脸孔贴上去啊?别人嘴巴闭得紧紧的,项目也还
没成立,我这就无私奉献了?Angular Lead和老板对我还行,但他们不是很管技术细节
。我一个小小的developer太高调最后搞不好就是那个Angular Lead的下场。
我自己也不看好这个项目的。Fail倒不至于,因为技术上没太大难度。但整个管理和气
氛都有不少问题。我在项目开始之前回国四个月,回公司一看项目还在原地踏步呐。这
也是自己目前不想太使劲的一个原因吧,在项目前景不明之前不想傻乎乎的做无用功。
你说我是高水平的开发者真是高抬我了。我不过是被分配做angular大部分POC而已,这
个项目还有backend的一些模块其他consultant在做。说实话组里其他人水平都是很莫
测的,在年龄资历上都比我senior,大家互相间都不怎么谈自己手头上的工作我也没法
了解他... 阅读全帖
m****l
发帖数: 71
49
【 以下文字转载自 Programming 讨论区 】
发信人: mussel (海中生), 信区: Programming
标 题: 有在湾区能做网站的兄弟能聊聊么
发信站: BBS 未名空间站 (Fri Jun 12 01:56:43 2015, 美东)
兄弟我在做一个自己的project, 想找有经验的人consulting一下。初入门想练技术的
,水平高architect level的,或有推广经验的都可以。入门的可以和我一起做,水平
高的想找帮我看看我的architecture, 估计今秋能上线吧,有推广经验和教训的都想谈
一谈,知道些前景。
兄弟我的stack 是 Angular + node.js, 标准的MEAN stack吧。有能干活的,有一点
angular + bootstrap的东西, 后台node 也有与其他service的integration. 技术上
大部分东西我都自己做了,还有些比较碎的,想找人帮忙,推进些进程。Architecture
wise,也想和有经验的切磋确认一下。当前的市场估计会从美国开始推吧,有推广经
验自然欢迎谈一谈。不是mean s... 阅读全帖
h******b
发帖数: 6055
50
来自主题: Programming版 - 简单的web app用什么语言?
jquery mobile足够了。
或者angularjs,这两个是最糙快猛的。
https://github.com/angular/angular-seed
angular种子。或者花十刀买个模板吧节省无数时间。
https://wrapbootstrap.com/theme/iflat-responsive-admin-web-app-WB00K98C5
首页 5 6 7 8 9 末页 (共10页)