mw 发帖数: 525 | 1 Hi,
the GSL from GNU is implemented in standart C , and looks ugly in a OO
designed program.
LAPACK++ seems to be much better, but its webpage said it has been replaced
with TNT, i go to the webpage of TNT and found it's actually not well
maintained (seems to be)
so, what kind of toolkit are u now using ? or you guys just write them by
yourself?
thanks |
|
|
|
m********l 发帖数: 791 | 4 大家好,
我目前在做一个实习项目,主要是负责公司的一个machine monitoring web
application的report(or dashboard)的更新,因为公司目前使用的report是很久以
前开发的,界面非常丑陋。
我转行来到CS的,对web这块接触的很晚,目前只是刚刚入门了JavaScript, jQuery,
HTML, CSS 这些前端的技术,还非常的不熟练。因为公司主要是从事硬件设计的,对于
web这块更是没有几个人会,所以多数还要靠自己摸索。
前段时间对于google web toolkit(GWT)很感兴趣,学习了一个星期,想使用在这个
项目中,不知道大家有什么意见,或是有什么更好的推荐。
附件是我在网上看见的一个类似的界面,是John Deere的JDLink。个人觉得设计的非常
好,不知道想要达到这样的设计效果,需要下怎样的功夫。
需要大家的指点,目前真的很没有方向。需要在两个月内完成这个项目,我好担
忧啊现在。。
先谢谢大家的帮助了~到时一定送上包子。 |
|
b****e 发帖数: 119 | 5 去工业界工作,最重要的不是教科书上的算法熟,而是
第一,工具系统熟,NLP从toolkit到各个环节(shallow parsing, deep parsing,
classification (e.g., sentiment analysis), entity extraction, relation
extraction, Q/A), 工具有那些,有什么优缺点,各种算法什么工具里有,这个要熟,
面试的时候要张口就来
第二,做两三个具体的项目,基于现有的工具系统,做部分的改进。有没有实战经验,
面试的时候也是一下就能问出来。
一句话,就是要实战,带着问题去看书,而不是先把教科书读一遍。 |
|
J*****v 发帖数: 314 | 6 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 Rails 240,309 2.12
Adobe ColdFusion 204,0... 阅读全帖 |
|
k*****n 发帖数: 361 | 7 下个月去考,还没时间复习....上班事情多阿...还要编个TSQL循环...
有谁考过的能给点经验吗,题库上的题都有吗?
70-446有啥书能看,除了那本toolkit |
|
W*******e 发帖数: 1268 | 8 【 以下文字转载自 WashingtonDC 讨论区 】
发信人: Westridge (西岭), 信区: WashingtonDC
标 题: Java开发人员知识点
发信站: BBS 未名空间站 (Wed Apr 18 00:03:19 2012, 美东)
先抛砖引玉总结一下个人使用Java经历,从用HotJava开始,第一个IDE用的是Symatec
Cafe,到现在的Eclipse和JDeveloper,看看知识有没有跟上现在的潮流,需要哪些改
进的地方请砸砖。对新的Java开发员如果有用的地方请给包子鼓励。
Java开发人员知识点
1.听说过James Gosling,SUN和Oracle公司。知道网上下载Java的地址,在哪讨论Java
。练习过Java在Windows下的安装和配置。知道Java应用系统中常见的几种license。了
解bytecode和Java在不同系统下可以轻松移植的原理。
2.懂得基本的Java编程和行命令格式。了解面向对象的编程思路。
几个基本点:Java基本语法和控制结构,命名和代码风格,结构化,对象封装,继承,
抽象,多态,接口,异常处理,堆空... 阅读全帖 |
|
|
E*****e 发帖数: 197 | 10 这三本都很好,还有一本 The Microsoft Data Warehouse Toolkit 也不错
Kimball 的书里唯一不推荐的是那本The Kimball Group Reader |
|
c*******r 发帖数: 3289 | 11 Mark,我有Kimball的data warehouse toolkit,不过只有用的时候才查,没有从头到尾
看完 |
|
g********s 发帖数: 3652 | 12 【 以下文字转载自 DBA_BI_Club 俱乐部 】
发信人: greenlands (sunflower), 信区: DBA_BI_Club
标 题: 聊Data Warehouse 1. Star Schema
发信站: BBS 未名空间站 (Sun Mar 16 19:54:31 2014, 美东)
(祝贺今天下午大家和ROseleaf 学SQL!这是很有意义的开始!)看到你们这么热情积
极向上,我也想凑个热闹,聊聊你们将来的的工作环境:Data Warehouse
BI Business Intelligence 简单说:从公司的数据里面找出信息来帮助公司继续挣钱!
银行老板们从报表中看到各个部门业绩:哪个fund上个季度销售减少或增加了,哪个地
区的房屋贷款数目增加或减少了,这些问题会由分析师们讨论,找出对策。这个过程就
是BI。目前几乎各行各业包括政府部门医疗保险,科学研究都用BI。
那么提供BI的信息是怎么整理出来的呢?我就聊Data Warehouse吧,这是最普遍广泛使
用的工具,也是我使用过的工具。
Data Warehouse 就是个Database ,关键是... 阅读全帖 |
|
y*****g 发帖数: 677 | 13 1. replication,我们公司太小了,目前production db server 就一个machine,没有
replication. 我能说我用过吗?还是要实话实说
Just say there is master/slave replication setup in your company!
2. percona toolkit,没有用过,能扯用过吗?
yes, just download and play
3. develop tool for db monitoring,collect/analyze performance.什么tool啊?
谁能给点提示吗
Mysql Enterprise monitor; nagios tools etc.
4. configuration management tool like puppet,有人用过吗?
I didn't use it either. Again, download and play with it.
5. 怎么恶补performance analysis?
Read my p... 阅读全帖 |
|
|
c**t 发帖数: 2744 | 15 VSOT is what you want. (Office Toolkit 2005), you can design Workbook
like a User Form... |
|
r****y 发帖数: 26819 | 16 atlas是老版本啊。现在不用了。
Micros
Expr |
|
|
y********o 发帖数: 2565 | 18 System.Web.Extensions.dll? |
|
|
y********o 发帖数: 2565 | 20 Oh, great. Thx. Let me try it out. |
|
y********o 发帖数: 2565 | 21 I just googled, are u talking about the ajax.net library for C# by
Michael Schwarz? |
|
|
y********o 发帖数: 2565 | 23 Yes, I've removed the old ones and installed the new ones.
I have been testing the new ones with no luck.
IntelliSense recognizes all AJAX controls such as ScriptManager and
UpdatePanel.
But, my AJAX is not working. I have an counter outside UpdatePanel,
and a counter inside UpdatePanel, both counters keep incrementing each
time I click a test dropdownlist outside the UpdatePanel.
The page looks like this:
counter1
[ dropdownlist ] (auto post back enabled)
|
|
y********o 发帖数: 2565 | 24 I think my implementation of the counters are correct.
protected void Page_Load(object sender, EventArgs e)
{
if (!(Page.IsPostBack)) // If page is loaded the 1st time.
{
// Create two counters with initial values 0
// in the Session.
Session["counter"] = 0;
Session["innerCounter"] = 0;
}
else // Otherwise.
{
// Retrieve counter value from Session.
int outerCounter = (int)S |
|
k****i 发帖数: 1072 | 25 put the dropdownlist in the updatepanel, or use asynctrigger for the
updatepanel |
|
y********o 发帖数: 2565 | 26 Oh, yes, I have entirely forgotten trigger. |
|
|
y********o 发帖数: 2565 | 28 I use Visual Web Developer 2005 Express both in my office and at home.
I installed the AJAX extension and the CTP package on both machines.
When I create a new web site from the File menu, AJAX-enabled web site templ
ate is available on the machine at my office, but it is not available from m
y home pc. What is going on? |
|
r****y 发帖数: 26819 | 29 这个不清楚。我不用express。
templ
m |
|
y********o 发帖数: 2565 | 30 Thanks.
There is another problem. That is, ajax works on the development machine
with the VWD express built-in web server. But if you put the appication on
the production server, ajax does not work!
Many people are having the problem. Look:
http://forums.asp.net/thread/1529217.aspx
You have never had this problem, Rod? |
|
r****y 发帖数: 26819 | 31 the post was about the old version.
For new version of ajax.net, just install it on production server and it
works
smoothly for me.
But you need to install it on production server. Did you do it?
on |
|
y********o 发帖数: 2565 | 32 Yes, I did remove the old versions and installed the newer versions on
the production server. I would like to re-remove and re-install and
see what happens. I am very doubtful that this is gonna help. |
|
j****n 发帖数: 107 | 33 好像只看到用在2.0上的AJAX Extension。 是不是VS 2003上还是要自己手写AJAX
control呀?那个挺麻烦的。 |
|
g***y 发帖数: 27 | 34 doc says 2.0 is required, but you could program against 2.0 and use ajax
goodies under vs 2003 |
|
r****y 发帖数: 26819 | 35 jquery好用,但是也不高效。base和base2最好。很多用Java生成js的东西了,比如
Google web toolkit。 |
|
|
|
w******a 发帖数: 173 | 38 我刚考过483,也买了measureup,但真心觉得用处不大,还不如把那本书多看几遍(
MCSD certification toolkit)。 |
|
z***e 发帖数: 5393 | 39 "以此为蓝本, 应用他们的Web Toolkit和webGL, websocket" |
|
t****g 发帖数: 35582 | 40 嗯,最神的是随机带的系统虽然是vista,但是拿到机器用slic toolkit一查,居然是2
.1,
呵呵,呵呵,呵呵。 |
|
F****n 发帖数: 3271 | 41 不就是换了个马甲,加了几层皮的Compatiblity Toolkit吗 |
|
N*9 发帖数: 2829 | 42 【 以下文字转载自 shopping 讨论区 】
发信人: No9 (九饼), 信区: shopping
标 题: SLIC 求解惑(DOS T420)
发信站: BBS 未名空间站 (Tue Nov 15 23:24:12 2011, 美东)
这次搞到的t420,还没有空折腾oem win7,手边有个旧的xp 正版先装上用用
完了用everest查看SLIC版本,却根本看不到SLIC VERSION那行
换了SLIC DUMP TOOLKIT,看到如下图所示,不理解,求高手解释 |
|
r**u 发帖数: 1567 | 43 你用什么系统?如果是windows可以用performance toolkit去profile一下,找到哪个
function是bottle neck,再优化一下。
take |
|
s*********d 发帖数: 2406 | 44 自己算是搞定了
自己总结一下。
win 7 的其他版本可以 直接上 windows loader 应该没问题。
enterprise 的需要kms。由于各个组织(学校 or别的)的DNS 相关变动。
activate的 可能失效。
现在解决方法。 装 windows toolkit activate。
ok。
无论如何给上边发包子。 谢谢。 |
|
|
l******n 发帖数: 1683 | 46 要看具体情况. 最简单的来说, 比如算个矩阵乘法, 你在matlab里面自己去写个
三重循环那肯定是慢的不得了, 比同样实现的C慢个10倍或者更多那很正常. 但是
你直接写就可以了, matlab后去帮你调用后端的高效的矩阵库,那比你自己随手
写的C程序快个十倍也很正常. LP不太了解, 不过看这个benchmark, matlab自带
的toolkit里面的实现性能好像还可以.
http://plato.asu.edu/ftp/lpfree.html |
|
k***g 发帖数: 4904 | 47 以前无论买的新旧机械、固态硬盘都没遇到过问题,最近买的两个二手SSD都不顺畅,
不知道怎么回事
这个硬盘是X25-M G2 80G,我用Intel 的那个Toolkit全面检查没报任何问题
不过今天装系统时刚好没赶上用USB-SATA线,就在SD卡启动的WinPE用DG分区,结果发
现怎么激活活动分区的选项是灰的没法选,就又PTDD重写引导信息,还是不行。DG删了
所有分区,USB-SATA线在win7下重新分区,一样指定活动分区的选项是灰的,根本没法选
也就是说所有分区软件都不报错,都可以正常分区,就是无法指定活动分区,用PTDD重
写MBR也没有变化。这可能是啥原因呢? |
|
x****s 发帖数: 318 | 48 MSDN原版,KMS Micro或者Microsoft Toolkit激活。。。 |
|
f****p 发帖数: 18483 | 49 去lowe's或者homedepot,把这照片show给店小二看,他们会告诉你那个toolkit里面有
这个头。 |
|
E***e 发帖数: 3430 | 50 今天发现根本不是问题
CUDA Toolkit装好,OpenCL的SDK也就一起都有了
not |
|