|
|
|
k*****u 发帖数: 1688 | 4 原作者为 爱萌@人大经济论坛,本文是我转载过来的。
文本挖掘是新时期人们对数据的更加深入的需求的,文本挖掘的原材料是各种文本格式
的文本,文字,图片,通过这些来分析相似,关键性,内部蕴涵的逻辑结构等等.
文本数据多是半结构化的数据,(结构化数据是有一定规律的数据,半结构化,是这些文本
有标题,作者,出版日期,类别等结构的东西,同时也有非结构的成分:内容)
文本挖掘有很多方法,基于关键字的方法,标记方法,信息提取方法.
web挖掘是对网页的挖掘,这是因为随着www的发展,
越来越多的信息在网络中,这些数据不仅对商业,对经济,
而且对政治,文化有很深远的影响. web挖掘可以分为web内容挖掘,web结构挖掘,web使
用挖掘,
可以根据html语言对web进行文本挖掘从而达到web挖掘,
但是很多网页并不遵守W3C html规范.
如何通过SAS进行编程对文本,web进行挖掘
为什么我一直在说SAS的文本挖掘和web挖掘,因为这些程序我还不知道如何编写,
其他程序我都知道了,也编写过了.
这是与算法相关的了!
文本挖掘是数据挖掘的一种,有时也看成是质性研究的一种方法。大致的... 阅读全帖 |
|
b**********n 发帖数: 2812 | 5 腾讯关闭WEB QQ网站入口
http://www.sina.com.cn 2010年11月03日 20:09 新浪科技
新浪科技讯 11月3日晚间消息,在360宣布推出WEB QQ客户端之后,腾讯公司关闭
了WEB QQ网站入口。目前web.qq.com及web2.qq.com两个网站均已经跳转至“腾讯至广
大QQ用户的一封信”。
腾讯今日向其用户发布消息称,将在装有360软件的电脑上停止运行QQ软件。奇虎
360董事长周鸿祎(微博)刚刚在新浪微博http://t.sina.com.cn)(http://t.sina.com.cn就此事表态,称对于腾讯举动早有预案,并推出WEB QQ客户端(下载)保证用户顺畅聊天。
根据360介绍,360推的该客户端是给WEB QQ做了一个“壳”,不涉及到获取QQ用户
信息等问题。据介绍,登录360 WEBQQ客户端,就会新建一个独立窗口,用户不必担心
QQ因为在浏览器里而被误关闭。当用户关闭窗口后,QQ可隐藏在托盘区继续运行。当新
消息到来时,WEBQQ会在托盘区闪动头像提示。
不过这一客户端推出没多久就遭到腾讯“封杀”,目前腾讯WEB Q... 阅读全帖 |
|
x*****p 发帖数: 1707 | 6 The qualified candidate must be a green card holder or a US citizen.
Senior Web Developer (Front End)
Location - Los Angeles , CA & Irvine
Job Description:
The Web Developer will be a key participant in the design, development
and delivery of mission-critical Web applications. We are looking for a
motivated, well-rounded and hands-on individual who can work in a fast-
paced environment. Core responsibilities will be to produce and maintain
clean, high quality, standards compliant code. Develop c... 阅读全帖 |
|
l*****t 发帖数: 117 | 7 提供内推,感兴趣可以把简历发到 [email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
, 最好人在湾区。
Verizon Palo Alto office is actively recruiting. Come, be part of the
formative VZLabs team at the newly... 阅读全帖 |
|
z********l 发帖数: 61 | 8 posting for friend:
A bay area based, funded online education startup is looking for a senior
level technology partner (future CTO role). The current team is composed of
Chinese speaking professionals with significant experience in finance, M&A,
marketing, management consulting, project management, etc in technology
industries, and successful entrepreneur. China will be an important focused
market.
The beta version online platform is up and running already. They are now
looking for a technology ... 阅读全帖 |
|
a*****y 发帖数: 33185 | 9 ☆─────────────────────────────────────☆
arthury (非正常人类研究中心主任) 于 (Thu Dec 23 18:15:28 2010, 美东) 提到:
有多少人用telnet方式?
☆─────────────────────────────────────☆
JeanIris (Iris) 于 (Thu Dec 23 18:16:27 2010, 美东) 提到:
both, same as u.
☆─────────────────────────────────────☆
Hermes99 (Hermes99) 于 (Thu Dec 23 18:17:17 2010, 美东) 提到:
always web
☆─────────────────────────────────────☆
SeeU (See you) 于 (Thu Dec 23 18:24:44 2010, 美东) 提到:
Always web
☆─────────────────────────────────────☆
d... 阅读全帖 |
|
z****e 发帖数: 54598 | 10 传统的http就是一个request过来,一个html的response回去
web service最早就是把request和response都封装成xml
然后还提出了service broker uddi和describer wsdl这两个xml
近乎疯狂滴使用了xml去封装和描述所有的东西
但是被证明过于复杂,以至于没有多少人真喜欢去用的
后来官方web service 2.0构架就简化了这一切,去掉了uddi,简化了wsdl
但是还是太heavy
坊间流传的是在http之上做的一点点扩展
就是restful web service,简单说就是一个request过来
一个xml的response回去,然后以前只有get/post两个http methods
被扩展成了四个methods,加了put和delete,这样就可以对应起crud操作
后来又有人提出把response和request都用json而不是xml来封装数据
这几个凑在一起,就形成今天常见的web service的主要形式
当然你还可以在这个基础之上继续扩展,随便改,这些都是web service
只要用web提供... 阅读全帖 |
|
m***r 发帖数: 359 | 11 和一些小伙伴们新建了个,主要是收集微博上相关的讨论,
http://web.memect.com/
板上牛人众多,求批评和建议,看怎么能做得更好些。
最近几期:
2014-12-31 (加长版 52条)
* AngularJS vs. Backbone.js vs. Ember.js
* 构建C1000K的服务器
* 免费开发课程《HTML5离线应用实战演练》
* 从0到100——知乎架构变迁史
* 维基百科将所有服务器的PHP引擎变为HHVM
2014-12-30 (加长版 40条)
* Cocos2d-JS v3.2重构Web引擎的渲染器等
* ECUG(实效云计算用户组)专题回顾PPT
* Material design非官方中文指导手册
* 《CSS Secrets》
* fibjs 和 nodejs 并发模型上的差异性分析
2014-12-29 (加长版 34条)
* W3C和WhatWG HTML5标准的差异
* ArchSummit北京2014十大优秀演讲PPT
* 《架构师》(2014年12月)
* (开源游戏引擎)Egret 的童话与现实
EC... 阅读全帖 |
|
|
g****e 发帖数: 141 | 13 工作地点在northern Virginia 有意者请发resume至g****[email protected] 谢谢!
Work with the latest web technologies such as HTML 5, web workers, and
JavaScript libraries.
Integrate new and existing server side technologies into a coherent web
interface.
Implement, test and integrate web based real time data streaming
technologies.
Participate in determining the future direction of the web based network
management system, the related services, and utilized frameworks.
Play an active role in solving issues related t... 阅读全帖 |
|
g****e 发帖数: 141 | 14 工作地点在northern Virginia 有意者请发resume至g****[email protected]
本地、外地均可申请。
本人n年上站一次,所以请勿发站内信。谢谢!
Work with the latest web technologies such as HTML 5, web workers, and
JavaScript libraries.
Integrate new and existing server side technologies into a coherent web
interface.
Implement, test and integrate web based real time data streaming
technologies.
Participate in determining the future direction of the web based network
management system, the related services, and utilized frameworks.
Play an active rol... 阅读全帖 |
|
g****e 发帖数: 141 | 15 工作地点在northern Virginia 有意者请发resume至g****[email protected]
本地、外地均可申请。
本人n年上站一次,所以请勿发站内信。谢谢!
Work with the latest web technologies such as HTML 5, web workers, and
JavaScript libraries.
Integrate new and existing server side technologies into a coherent web
interface.
Implement, test and integrate web based real time data streaming
technologies.
Participate in determining the future direction of the web based network
management system, the related services, and utilized frameworks.
Play an active rol... 阅读全帖 |
|
z*******a 发帖数: 858 | 16 我现在在技术是Web-based的公司上班,就是类似于Amazon,Salesforce这种都是基于
Web的,而不是微软开发Office、Windows这种相对封闭的。
按理说只要熬年头,web方面的知识会不断积累增加,但问题是公司做的东西很琐碎、
很杂,虽然开发环境都是基于web的,不过感觉干了一段时间还是没有什么长进,无论
是web技术,还是Java(都是些很简单的编程)。
请问大牛们,如果自己想学习、研究web这些技术,应该怎么弄啊?是不是也要自己开
发一个比较简单的类似于Web Client和背后Server的小系统?感觉如果现在这样下去即
使干个2、3年,也没什么发展。
是不是真正很多技术都是要自己下班后研究、尝试的? |
|
d****u 发帖数: 37 | 17 A SF bay area pre-seed stage start-up company is building a social network
website for business people.
We are interested in finding an experienced Web UI Designer to join our team
as a co-founder.
The Designer will be responsible for designing the user interface components
of our web presence.
Manage the development our user interaction and general aesthetic.
Build and maintain look and feel of online tools and marketing materials.
Help guide design decisions in coordination with stake holders ... 阅读全帖 |
|
S**********w 发帖数: 132 | 18 We are a Personal Care brand with products for Massage and exercise, a fast
growing company that imports luxury medical products, and we are looking for
Product Manager.
Product Manager Job Duties:
• Develops web solution for our products by identifying potential
products; conducting market research; generating product requirements;
determining specifications, production timetables, pricing, and time-
integrated plans for product introduction; developing marketing strategies.
• ... 阅读全帖 |
|
m********u 发帖数: 3942 | 19 【 以下文字转载自 JobHunting 讨论区 】
发信人: missingyou (miss), 信区: JobHunting
标 题: Web Software Engineer (Full Stack) - AI Product
发信站: BBS 未名空间站 (Sun Mar 12 21:07:16 2017, 美东)
有兴趣的同学站内或者发邮件联系 [email protected]/* */
The Research center, headquartered in Silicon Valley, is looking for
software engineers with strong experience in developing software products
and services. Our team's mission is to develop hard AI technologies that
enable us to impact hundreds of millions of users. As a software enginee... 阅读全帖 |
|
发帖数: 1 | 20 Web Designer
Company Introduction
The hiring company is funded in 1999, this company is one of the largest
privately-owned investment groups in the world. Previously one of the
leading Internet companies in China, they are now a dedicated investment
company, working across venture capital, private equity, public markets and
real estate.
Job Title: Web Designer
Job ID: FH 1788
Industry: Investment
Location: Menlo Park, CA
Job Type: Full-time, Permanent
Salary: Market Rate
Job Description
The hiri... 阅读全帖 |
|
l*********a 发帖数: 154 | 21 【 以下文字转载自 JobMarket 讨论区 】
发信人: linshimajia (谁谓故园无此声), 信区: JobMarket
标 题: look for experienced web designer to write corporative web site
关键字: web designer web site
发信站: BBS 未名空间站 (Wed Jul 7 11:34:16 2010, 美东)
look for experienced web designer to write corporation web site. Please
email me b******[email protected] |
|
w*****o 发帖数: 807 | 22 律师不满意Research ID出来的报告,说not specific enough。
要求用Web of Knowledge 做Countries/Territories report。
对Web of Knowledge不懂:
1.每次都得重新search 文章 -我会转存到Research ID里,但不知道怎么保存在Web
of Knowledge里。
2. 有些文章在里面找不到-Research ID可以通过倒入Endnote文件,将所有文章列出
,但是我不会用Web of Knowledge,不知道哪里可以倒入。
3. 律师说的Web of Knowledge 做Countries/Territories report-
Web of Knowledge会将所有文章分成XX records from Web of Science和 XX records
from Medline. 分别点击后,会出现 “Analyze Results”的icon,点击后,有“Rank
the records by this field”选择“Countries/Territories”,点击后... 阅读全帖 |
|
B*******a 发帖数: 410 | 23 My company is starting a big e-commerce project. We need a senior Java Web
Developer who will architect applications for us. Applicant must have e-
commerce web developing experience and good understanding about modern
technology of frameworks and web applications.
Job Description:
Pre-Requisite:
Start as soon as possible.
Responsibilities:
- Lead and drive technical development throughout all phases of the software
development life cycle. (Basic architecture of the App is in place but most
of t... 阅读全帖 |
|
c*********r 发帖数: 2097 | 24 Sounds like typical PhD thinking or Electrical Engineering or Computer
Engineering thinking. Kernel > User Space > Web. Is not device driver or IC
design even better? There are tons of 20-30 years of experiences guys
waiting on these fields to be picky on your code during code review. Hope
you will feel comfortable.
这里谈论的重点不是哪份工作会让你感觉更 comfortable, 而是技术积累。我觉得不能
去做那些过气或者冷门的技术,但是也同样不能专门做那些随便找个毕业生都能做的东
西。工作几年就会后悔了。一种情况是你的技术没有岗位,另一种情况是你的技术烂大
街,都要回避
A new engineer should pick those new fields so that... 阅读全帖 |
|
M********t 发帖数: 5032 | 25 成都一所中学设死亡体验课
学生流泪知生命厚重(图)
重庆晨报
大实话
5小时36分钟前
当生命的计时器停止摆动,当死亡悄然降临……这一刻,你留在世上的会是什么?近日
,一场集体“葬礼”在成都七中万达学校的体育馆里举行,54名初一学生静静地躺在地
板上,体验着“死亡”地滋味。
20分钟的体验“死亡”之后是重生,当再次面临这个世界时,不少学生留下眼泪,
有人说着对“前世”的后悔、有人感悟对生命的敬畏、也有人感叹要活在当下。
http://web.popo8.com/201710/24/15/9e4f7a4541.jpg
“死亡”突然降临
来不及好好说句再见
在学校的体育馆里,身穿校服的学生蒙住了双眼,静静地躺在地板上,放慢了呼吸
……悲伤的音乐环绕着整个体育馆,这是一场集体的“葬礼”。
20分钟后,音乐声停止,所有人缓缓站来,唯有泪水挂在脸庞。体验了“死亡”,
学生们拿起手中的笔写下了自己的墓志铭:“生命要是可以重来一次,我一定要做妈妈
的乖女儿”“一生只有活出了精彩,活出了自己,一切想做的事情都做好了,人生才不
会留下遗憾”……
面对“死亡”,12岁的王子懿写下了这样一句话:“人生不是用... 阅读全帖 |
|
r***l 发帖数: 67 | 26 Guess you do not know web service very well. There's no EJB web service per
se.
Web service has nothing to do with platform and a specific technology, e.g.
EJB.
Web service comes with two flavor (style) - RPC or Document.
In Java world, you can wrap a EJB with a web service. Then, your EJB will be
invoked from other language/platform, e.g. .NET. The web service on top of EJB
can be either RPC style or Document style.
So, you question itself is kind of wrong already. Web service looks simple,
but |
|
z*******3 发帖数: 13709 | 27 是web啊
我没说不是web
我只是对web没有什么兴趣而已
ibm跟google不是一个类型的公司
ibm更back end
对于ibm来说,websphere就是最重要的核心产品
而且websphere远不是tomcat这种web server那么简单
web只是一种表现方式,复杂的部分在app server实现
所以不是很在意google
google在企业客户这一块又没有什么市场
不明白为什么老拿google说事,web又不重要
大公司的软件里有几个真把web当回事的 |
|
w********m 发帖数: 1137 | 28 对web的理解跟HTML和CSS基本上无关,主要看Javascript。
第一点,web app的瓶颈是I/O bound,不是CPU bound。C++是比Java,java是比
javascript快,但跟web基本没啥关系。I/O的问题要靠异步解决。做后台的总以为
web app是个远程登录,其实不是的。Google map和gmail刚出来的时候,大家都不知道
狗狗怎么做的,就知道是几个JS的库比较牛,很快就有官泄了。这就是现在用的AJAX。
现在做异步比较好还是javascript,因为它天生就有异步的特性。
第二点,Google的方向就是web的方向。Google每年花几billion养着Mozzila
Foundation当JS的干爹,不是为了no evil。 Server side JS方向Mozzila Foundation
做了个四不像的rhino,一直做不成。Google气晕了,立马把V8给了node,于是就成了
。现在Startup们都在等Meteor.js出来,这将是一个历史性的web框架,如果成了话以
后ruby on rail和django就比较危险了。
... 阅读全帖 |
|
x****d 发帖数: 1766 | 29 God is dead. God remains dead. And we have killed him. Yet his shadow still
looms. How shall we comfort ourselves, the murderers of all murderers? What
was holiest and mightiest of all that the world has yet owned has bled to
death under our knives: who will wipe this blood off us? What water is there
for us to clean ourselves? What festivals of atonement, what sacred games
shall we have to invent? Is not the greatness of this deed too great for us?
Must we ourselves not become gods simply to ap... 阅读全帖 |
|
|
|
|
h******b 发帖数: 6055 | 33 The reality is that it’s really hard for most companies to staff and build
native mobile apps. This explains why most large companies outsource mobile
development. It also explains why so many companies complain about the cost
and time required to build apps, despite their generally smaller scope.
This, despite the fact that many large companies have tons of web developers
on staff! After we launched Ionic and started to get feedback, I realized
our true calling was to empower those developers t... 阅读全帖 |
|
x***i 发帖数: 15 | 34 有兴趣发简历到[email protected]/* */,注明Web Application Developer Recruitment
有问题私信
Web Application Developer
Calibration LLC - Elk Grove Village, IL
Description: We are looking for a skilled web developer to help us building
Predix Industrial Internet of Things (IIoT) applications. Successful
candidate will participate in our core product development including sensors
communication, web UI development and analytics using machine learning
techniques.
Responsibilities:
Design and develop cloud base... 阅读全帖 |
|
j********e 发帖数: 240 | 35 公司名字用×××××代替了。感兴趣的可以发简历到a*******[email protected] 我会
refer
Position: Web Development Software Engineer, ***** Enterprise Business
Systems Team
Location: Managed from Troy, MI; employee can be located in any ***** Office.
***** Enterprise Business System (EBS) Team is currently seeking highly
talented and motivated individuals for the position of Senior Programmer for
Web Application Development.
The EBS Team is engaged in the design, development, deployment and support
of both in-house and commercial... 阅读全帖 |
|
n******7 发帖数: 12463 | 36 【 以下文字转载自 Programming 讨论区 】
发信人: nowhere7 (折腾), 信区: Programming
标 题: 【BSSD】招LD进组,web content specialist 和web QA 哪个合适?
发信站: BBS 未名空间站 (Fri Jul 11 04:00:38 2014, 美东)
兼职,老板可以照顾半年
基本上不用干啥
她linux用的比较熟,python上过workshop
现在在学java,我希望她能用这半年学学web方面的技术,做点东西,
以后可以写到简历上找工作用
现在写招人的广告,老板说web QA就好
我看看她背景啥的,觉得web content specialist的描述可能跟她背景更合适
不知道这两个title写简历上对以后找工作有什么区别没?
老板不会介意我改title
谢谢 |
|
T**********n 发帖数: 480 | 37 去年发过帖子招人, 今年继续扩招,职位全部在Mountain View
重点招测试,数据分析和Web工程师
测试有经验的和新毕业生都招
数据分析和Web要求有经验
同时也招有经验的iOS,Android和Core Java工程师
请投简历至 [email protected]
/* */,关于公司情况也欢迎邮件交流
职位描述
QA:
Responsibilities
Contribute to the testing strategy for the client applications
Prepare and update test plans
Coordinate with Development to resolve issues
Test new releases on mobile handsets
Suggest ways to preemptively avoid bugs
Collaborate with Server testing
Build tools and utilities
Requirements
Strong desire to work ... 阅读全帖 |
|
m********u 发帖数: 3942 | 38 有兴趣的同学站内或者发邮件联系 [email protected]/* */
The Research center, headquartered in Silicon Valley, is looking for
software engineers with strong experience in developing software products
and services. Our team's mission is to develop hard AI technologies that
enable us to impact hundreds of millions of users. As a software engineer,
you will help develop new products and services that leverage the most
advanced AI technologies to transform user experience. You will be working
with a small team... 阅读全帖 |
|
S**********w 发帖数: 132 | 39 A new start-up company undertaking a major web application project is
looking for a candidate with a minimum of 5 years experience developing
large-scale web user interfaces. The candidate will work with a distributed
development/management team to develop a web-based, e-commerce oriented
application. Superior communication skills and the ability to understand
business requirements are essential. Responsibilities include consuming wire
frames, comps and style guides to develop complex web based ... 阅读全帖 |
|
h****n 发帖数: 298 | 40 Looking for 1 junior web dev in Redmond, WA.
1 or years web dev exp is fine.
The following is the web dev job details, not for junior web dev. Just for
your reference.
• Expertise in the MS web stack: C#, ASP.NET, SQL, JavaScript /
JQuery / AJAX, HTML
• Experience with unit testing
• Experience building complex web applications / services
• Preferably someone with a good experience who can work in a
mostly independent fashion
Please email me if you would be in... 阅读全帖 |
|
X******n 发帖数: 1 | 41 Web Developer / Business Partner
Are you atop web developer capable of building a website like facebook? Do
you have a passionin web design and development? Do you have an
entrepreneurial mind with anambition to build a website as popular and
successful as facebook?
If youanswered YES to any of these questions, then you may be interested in
our opportunity.
From HighTech viewpoint, building an initial website is nothing non-trivial.
But thebusiness idea and the business model really matters. You... 阅读全帖 |
|
发帖数: 1 | 42 [招聘] Python Web developer – 波士顿- Akuna Capital (Market Marketer)
Akuna Capital’s office in Cambridge, Massachusetts is seeking a talented
Python web developer. Our small office was established at the end of 2014 to
focus on data analysis and trading strategy development. You will work
closely with quants and traders in the Cambridge office, as well as the web
development team in Chicago, to build tools for data visualization and
analysis. You should be self-motivated and comfortable working in a... 阅读全帖 |
|
x***i 发帖数: 15 | 43 有兴趣发简历到[email protected]/* */,注明Web Application Developer Recruitment
有问题私信
Web Application Developer
Calibration LLC - Elk Grove Village, IL
Description: We are looking for a skilled web developer to help us building
Predix Industrial Internet of Things (IIoT) applications. Successful
candidate will participate in our core product development including sensors
communication, web UI development and analytics using machine learning
techniques.
Responsibilities:
Design and develop cloud base... 阅读全帖 |
|
f*********1 发帖数: 13 | 44 Internships are available in a joint venture between the Biomolecular
Systems Laboratory and the Daniel Segrè Laboratory at Boston University.
Interns will be able to apply and extend their expertise in systems
programming and information technology by contributing to the development of
a web-based platform (microbialnet.org) for the construction, mining, and
analyses of microbial networks. The project is sponsored by NIH and will be
eventually integrated with another NIH-sponsored project (visa... 阅读全帖 |
|
W***n 发帖数: 11530 | 45 Why I Quit Algorithmic Trading to Do Web Startups
The kernel of this post originated as an overly long answer to a question
posed to me on Google+, "So how come you stopped doing that stuff [automated
/ algorithmic trading]? Sounds like you'd have enough experience to be a
successful algorithmic trader."
I spent the better part of six years, from roughly 1999 to 2004 and again in
2008, pursuing the chimeric fortunes of automated / algorithmic trading and
while I never actually reached the promis... 阅读全帖 |
|
发帖数: 1 | 46 [招聘] Python Web developer – 波士顿- Akuna Capital (Market Marketer)
Akuna Capital’s office in Cambridge, Massachusetts is seeking a talented
Python web developer. Our small office was established at the end of 2014 to
focus on data analysis and trading strategy development. You will work
closely with quants and traders in the Cambridge office, as well as the web
development team in Chicago, to build tools for data visualization and
analysis. You should be self-motivated and comfortable working in a... 阅读全帖 |
|
x***i 发帖数: 15 | 47 有兴趣发简历到[email protected]/* */,注明Web Application Developer Recruitment
有问题私信
Web Application Developer
Calibration LLC - Elk Grove Village, IL
Description: We are looking for a skilled web developer to help us building
Predix Industrial Internet of Things (IIoT) applications. Successful
candidate will participate in our core product development including sensors
communication, web UI development and analytics using machine learning
techniques.
Responsibilities:
Design and develop cloud base... 阅读全帖 |
|
S******y 发帖数: 1123 | 48 If I own my own web site, how can I know where my visitors come from? (i.e.
is there a way I can know -
1) before a person visits my web site, which web site he/she was at?
2) after a person visits my web site, which web site did he/she go to?
)
Thanks! |
|
j********r 发帖数: 96 | 49 Greetings,
I am searching for a Web Developer for a 6 month W2 contract position on the
Eastside in Redmond.
If you are interested, please contact: j**[email protected]
Here's the full job description...
Software Developer Engineer (WEB DEVELOPER)
Pay Rate: $37 per hour with benefits (Medical, Dental, Vision, 401k)
The scope of the work is to provide a senior software design engineers on
test to:
·Analyzes designs and develops web applications.
·Communicates and defends design requirements, fea... 阅读全帖 |
|
s***y 发帖数: 2607 | 50 【 以下文字转载自 PDA 讨论区 】
发信人: risingsunzy (痒痒羊), 信区: PDA
标 题: Kindle Touch 3G的3G网络浏览功能(experimental web browser) 不再free
发信站: BBS 未名空间站 (Wed Sep 28 23:53:37 2011, 美东)
Kindle Touch 3G
WebKit-Based Browser
Kindle Touch 3G's experimental web browser is based on WebKit. It's easy to
find the information you're looking for right from your Kindle Touch 3G.
Experimental web browsing is available via Wi-Fi.
对比上一代
Kindle 3 3G+WiFi
WebKit-Based Browser
KindleKeyboard features an experimental web browser based ... 阅读全帖 |
|