由买买提看人间百态

topics

全部话题 - 话题: toolkits
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
l*****e
发帖数: 64
1
来自主题: Programming版 - c++ template中如何判断类型
good point, hehe
but i don't know either, since this is from a large toolkit on which my
codes based
g*****g
发帖数: 34805
2
I've built a small toolkit to do my quick and dirty thing in Java.
Need to know regex better though.

taste
r*********r
发帖数: 3195
3
VR is not really rendering.
there are many rendering softwares, like renderman, povray, blender, maya,
etc. and there are even more toolkits for programming. OpenGL is too low
level, more like assembly language.
m********a
发帖数: 1312
4
来自主题: Programming版 - Python的开发环境和GUI开发工具
python GUI toolkit可以考虑pyqt或wxPython。
区别是pyqt是GPL license, wxPython是类似LGPL.
e*****r
发帖数: 379
5
来自主题: Programming版 - C++ best sites:
Understanding C++ and its codes are of extremely important, because many
existing efficient codes most written in C++. When we need performance, C++
will also be a first choice, even superior to C# (20-50% more). Even NCIB
toolkits are written in C++.
During my learning C++, some questions always hunt my mind:
1) If C++ is crapy? C++ sucks? Should we learn it despite C# provides
already easy way to dive in?
2) Is there a short-cut to understand C++? Most suck professors will always
say "there is
k***r
发帖数: 4260
6
来自主题: Programming版 - 如何做GUI
it then depends on the coupling of the GUI and lower level code.
If it's loosely coupled (I/O by files) then you can use any GUI
tools. I guess that must be the case since you have some Fortran
code.
If not, there are a bunch of C UI toolkits available.
m********a
发帖数: 1312
7
来自主题: Programming版 - qt 即将推出LGPL版本
I think under the hood all the cross platform toolkits are using structures
like this to handle difference between platforms. They use it everywhere
regardless of GUI part or none GUI part.
The good thing is as long as you stay on top of their API, you won't need to
worry about the mess underneath.
#ifdef Q_OS_WIN
// On Windows, NCA mouse events don't contain modifier info
state->ctrlDrag = GetKeyState(VK_CONTROL) & 0x8000;
#else
state->ctrlDrag = event->modif
f*z
发帖数: 421
8
来自主题: Programming版 - 关于MFC:问个愚蠢的问题
QT怎么样?在牛人们心目中什么地位?
http://en.wikipedia.org/wiki/Qt_(toolkit)
新手提问。
c*******u
发帖数: 1269
9
来自主题: Programming版 - 7年C的经验想转去C++开发难不难?
我写了好几年C,OOC, 然后转做Java,做了大半年转做C++,C#,MFC.最近两天在搞lua,这
些都是full time工作用的.业余时间还用过其他的,比如flash,asp.net什么的.C++东西
比较多,要花些时间,我觉得就看那本thinking in C++就行了.虽然版上的问题还不能全
搞定,应付面试应该没什么问题.剩下的做project的时候边做边学就行了.不过我主要是
做GUI,各种语言和toolkit也是互相抄,共同点比较多.EE的那些很不一样.我看那些写
transimission控制程序的,大量的矩阵运算,思路完全不一样.
v****s
发帖数: 1112
10
来自主题: Programming版 - 如何在website里面画graph?
需要在jsp 的frontend 里面画graph, 就是几个node和几个edge相连。
查过了google web toolkit, 没有现成的。高手给推荐几个graph layout的library,最好是jsp
或者
javascript, ajax, php的。谢谢!
r*********r
发帖数: 3195
11
看你用了什么matlab toolkit, 和准备用什么c++ library 了,
有些matlab function 实现起来很麻烦的。
G*****7
发帖数: 1759
12
来自主题: Programming版 - 请介绍一下git和github
git is the toolkit/technology behind github.com.

git yes. github, no: it's an online hosting service.
you have to pay $7 per month to have 5 private repos on github. you can have
5 private repos for free if you are a student.
on the other hand, you can have infinitely many private repos with bitbucket
.org.
git and mercurial (hg) are fast, convenient and popular in the opensource
world. svn and cvs may have their places in companies but they are a bit
slow when doing things over the internet.
n******t
发帖数: 4406
13
基本上是这样,好的UI toolkit OO还是有一些的。
J*****v
发帖数: 314
14
来自主题: Programming版 - PHP真火啊
source: http://trends.builtwith.com/framework/top
The most popular Framework technologies on the internet.
Name Websites Usage 10k %
PHP 28,065,259 32.36
ASP.NET 10,206,517 19.43
Shockwave Flash Embed 7,461,998 7.94
Frontpage Extensions 4,172,152 2.32
Adobe Dreamweaver 3,496,944 3.33
DAV 1,654,660 1.6
Perl 1,488,459 0.87
Microsoft Frontpage 882,701 0.36
J2EE 822,847 6.87
ASP.NET Ajax 705,767 5.24
Python 456,616 0.28
Ruby on ... 阅读全帖
z****e
发帖数: 54598
15
来自主题: Programming版 - 大家难道全是半路出家?
我们一般是这样
你们web用什么都好,一概不管
你们现在用什么,我们就保留什么
用.net就.net,用python就python,用php就php,java就java
什么都无所谓
然后做back end
到了back end的话
那就需要考虑语言的选择
首选还是java,因为很多toolkit甚至只提供java的接口
一堆的文档是按照java来写的
如果你用scala或者groovy
那需要一个转译,或者就直接在这里面写java
那就很难看了,没有必要
顶多再加上另外一门语言,比如c++
比如akka,就是java+scala
其次,如果是有特定的环境,要用特定的框架,比如电信
比如akka或者grails的话,那才会考虑到使用scala和groovy
否则的话,还是回到java上去
因为用java的话,jcp那些乱七八糟的公司都有相应工具可以帮你
用就行了,其他的就不太好说了
话说你为什么在该偷懒时候跟我大谈怎样折腾呢?
m********5
发帖数: 17667
z****e
发帖数: 54598
17
我们部门有五个组
这五个组也是大多数公司最常见的分工
qa, ba, dba和web也就是front end,还有back end
首先ba不在乎语言的选择,他们无所谓,他们只关心您能不能把任务搞定
如何产生requirements,他们大多数是学information system的商科毕业生
其次dba没有太多选择,sql几乎是他们唯一的选择,顶多是一些很细微的差别
那么剩下三个组
qa, web前台和后台码农
对于qa来说,他们经常要写一些脚本对其它两个组码农的成果做检验
自己手工执行效率太慢,写脚本快很多
但是脚本未必那么容易写,经过真神的表演,我大概明白了python的好处
也就是便于学习和书写,同时还比较hook up其它语言写出来的玩意
这不正是qa们所需要的吗?我看不错
qa大多数是文科生,懂一点技术又不是很懂,懂一点if else又不是很会写代码
所以去做qa,python不需要很懂也能写,我觉得以他们的智商,学会足够了
然后是web组,也就是我们常说的前台
web组的特点是年轻,fresh比较多
所以对于新东西有热情,但是经验不足
所以工资也相对低一点,做一些外围的... 阅读全帖
w********l
发帖数: 14
18
既然JS这么难写和维护,那GWT(Google Web Toolkit)是不是会更加流行起来?毕竟GWT
takes care of JS compilation. 码工不必直接写JS了?
y****e
发帖数: 23939
19
来自主题: Programming版 - 我也说说JS, java, dart。。。
FT,不适吹毛求疵。我是真糊涂了。GTK是Linux下的GUI Toolkit,GWT是google开发的
Web应用开发工具。这两个怎么会是一回事呢?
k**********g
发帖数: 989
20
来自主题: Programming版 - Java搞图像分析还是不成气候啊

码工没事就不要损生物男了。
SCIFIO format plugins extend ImageJ2's capability to read and write image
data. Further, these SCIFIO plugins benefit not only ImageJ, but all other
programs using SCIFIO, such as the Insight Toolkit (ITK), which recently
released version 4.4.0 featuring integration with SCIFIO. The SCIFIO format
plugin mechanism is based on the SciJava Common library which we generalized
from ImageJ2 earlier this year. The SciJava Common framework provides a
plugin mechanism and application conta... 阅读全帖
s****y
发帖数: 503
21
hadoop就是用Java写的
x***4
发帖数: 1815
22
是的。或者我还一个问法,为什么hadoop选择java来写呢?
s****y
发帖数: 503
23

你和Java developer有仇吗?
x***4
发帖数: 1815
24
没有仇。不需要那么激动,就是想知道原因或者有什么历史的。
s****y
发帖数: 503
25

Because Java is the future.
L***s
发帖数: 1148
26

众人拾柴火焰高
Y**G
发帖数: 1089
27
不知到GG的mapreduce是不是也是java写的。
m********s
发帖数: 55301
28
一人走错了路,后面的都跟着走错了。
但等发现走错的时候,已经太远了,无法回头重新走了,只能硬着头皮继续。
W***o
发帖数: 6519
29
storm用clojure写的
c*******9
发帖数: 9032
c*******9
发帖数: 9032
m********5
发帖数: 17667
32
这其实是一个非常好的问题
我曾经和做storm的大牛探讨这个问题
他当时也很吃惊,业界的所谓big data实际上数据间的偶联非常松散,你有300PB的
data,但实际任何一个数据处理都局限在非常小的子数据空间。
最后他的结论是,相对于我们项目的scale, "the so-called 'big data' in IT
industry is not big at all or we might call it big assembly of many 'tiny
data'". 所以用java没啥关系。
d*******r
发帖数: 3299
33
赞干货!
说的很在理
H*******g
发帖数: 6997
34
because JAVA is free
d****i
发帖数: 4809
35
据说那个最早写哈肚婆的人本来不会Java,后来他想复制Google的东西,为了顺便练练
Java,就选择了Java。
L*****a
发帖数: 3080
36
来自主题: 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还是比较
新的。
w***g
发帖数: 5958
37
来自主题: Programming版 - scala大牛入
别的不知道,我一直用GraphLab的recommendation toolkit。
自己写的话应该啥都可以写吧。
j********x
发帖数: 2330
38
来自主题: Programming版 - 技术都是有局限性的
http://www.eecs.berkeley.edu/~hzhao/papers/BD.pdf
We made a case for the importance of single-node enhancements
for cost and power efficiency in large-scale behavioral
data analysis. Single node performance of the BID
Data suite on several common benchmarks is faster than
generic cluster systems (Hadoop, Spark) with 50-100 nodes
and competitive with custom cluster implementations for
specific algorithms. We did not describe any MCMC algorithms,
but these also are an important part of the BID
Dat... 阅读全帖
x*x
发帖数: 156
39
来自主题: Programming版 - java jvm 问题
FYI, just for debugging jvm, I have used: jmap and jvisualvm. jvisualvm
is the best toolkit so far for my debugging.
不知道c#有没有vm, python的vm是不是更慢?
a***n
发帖数: 623
40
来自主题: Programming版 - Django这个framework怎样?
django是不行了,太笨重。。现在都流行toolkit而不是framework。
python没死。版上最近流行的golang也是很优秀的语言。
Google四大official language,C++,java,py,go,这几个都不会死。
h*i
发帖数: 3446
41
来自主题: Programming版 - 关于变量
在程序员里面,第二种人往往是做轮子的人,作出各种framework,library, toolkit
给别人用。这种人当然是更重要的。各个公司都寻求这样的人,不容易找到。
而第一种人,就是一般的马工而已,满街都是。中国人在硅谷出不了头,第一种人太多
也是一个因素。比如说我们谈论到的各种软件工具,有哪个是中国人马工起头发展出来的
?这个比例远远低于中国人马工的比例吧?我知道的,kafka,算一个。其他还有啥?
h*i
发帖数: 3446
42
来自主题: Programming版 - 关于变量
一个个牛气哄哄的,咋都哑了?

toolkit
来的
★ 发自iPhone App: ChineseWeb 8.7
q*c
发帖数: 9453
43
来自主题: Programming版 - 关于变量

toolkit
第一种重要的多了, 第二种作为公司, 有个把就最好, 多了要坏事。
第一种那是公司的脊梁和发动机, 越多越好。
别扯了, 第一种好的不多, 你没看到我们都不得不到中国去找第一种人了嘛。
来的
你这些听着就不靠谱, 感觉是学生。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)