由买买提看人间百态

topics

全部话题 - 话题: headless
首页 上页 1 2 3 4 5 (共5页)
g*****g
发帖数: 34805
1
HtmlUnit, a java lib has a headless browser, with javascript engine built in.
If you need to fill a form before getting the data or there's certain
javascript
processing the data, that can be handy.
g*****g
发帖数: 34805
2
来自主题: Programming版 - perl question
这个还真不知道,用java的htmlunit是很容易的。
你看看perl有没有open source的headless browser吧。
如果手工做就是把读回来的cookie全部返回。
c******n
发帖数: 4965
3
thanks, but plugin is not defined by myself,
it's actually the clover plugin, higher versions of clover fires off a
Xwindow for reports, and fails if I'm in a console.
setting system property java.awt.headless=true would work

plugin
g*****g
发帖数: 34805
4
来自主题: Programming版 - 如何实现将网页内容自动存取?
With a sign-in page, there's definitely session management
and cookie sent back and forth. Simple URL handling is not
good enough.
There are tools like Rational XDE Tester, LoadRunner that can
do html recording. Probably the right tool for your background
but not free.
Experienced java developer can consider leveraging HtmlUnit,
a headless browser. It takes a couple of hours to handle a
2 page task like this.
g*****g
发帖数: 34805
5
用HtmlUnit之类的headless browser,内嵌JS引擎,可以实现。
b*******u
发帖数: 62
6
来自主题: Programming版 - 彻底被JAVA打败
楼主看来没做过RELEASE ENGINEER.
Jenkins很好用啊。
Ant和Maven也很好用啊。
你首先得调试ANT SCRIPT或MAVEN SCRIPT,命令行都调通了,才能配置成JENKINS
BUILD JOB.
ELCIPSE, INTELLIJ只能做开发用,如果要HEADLESS BUILD,就一定要用上面提到的
TOOLS。你们公司是不是没有NIGHTLY BUILD, MILESTONE BUILD?
b***i
发帖数: 3043
7
我要的硬件系统资源很少,基本上是串口,然后就是ADC什么的。功耗基本不是问题。
我们现在的问题不是功耗,而是实现起来太花时间。比如,实现一个带完整的TCP/IP网
络通讯(100Mb/s),web,sD卡的系统。光sD卡就难倒一片,很多CPU不是缺这个就是少
那个。上一次用16MHz coldfire,1年后才能正确编译uCLinux,实现网络和SD,基本上
SD卡的速度是150KB/s。这个基本属于不可用。为什么?因为很少有人用coldfire+
uCLinux。
所以,我跟经理说,别自己折腾了,是时候上正式的linux了。给我512M内存,600MHz
ARM9/15芯片,功耗是大50倍左右,但是我们供电给下游设备也是耗电很大的,基本上
是24瓦级别的。所以我们用ARM,耗电1V x 2A是没有问题的。这个嵌入式说白了,也就
是个server。我是杀鸡用了导弹,但是这个有完整的系统可以参考,甚至都不用自己设
计,用最流行的手机的硬件就行了。我不想自己写驱动程序,我只想customize kernel
,砍掉程序。我不在乎内存512M,因为很DDR3便宜啊,芯片自带DDR3控制器,自... 阅读全帖
d*******r
发帖数: 3299
8
你要找啥。。。? Mac 就是当 developer tool 用的,我觉得开发工具比 Linux 多
Linux 是当 headless server 用的,server 工具比 Mac 多
D*****r
发帖数: 6791
9
来自主题: Programming版 - web scraper
i use python mechenize module, and simulate javascript interactions by
watching the packets exchanged.
the last time i checked watir and selenium cannot really do headless browser
simulation well. and no good javascript simulators were available back then.
w**z
发帖数: 8232
10
来自主题: Programming版 - kao, ubuntu真烂
你是自己玩?我们server 都是headless 的。
c******n
发帖数: 16666
d********g
发帖数: 10550
12
来自主题: Programming版 - 做web还是java最方便
好吧你抠字眼能力强,我也和你抠。你做CI的时候假设要做end-to-end test,一个API
server起来一个headless browser自动测试,这时候为了模拟真实环境难道不能CI建
一套一模一样的来测?
做配置的多了,Ansible、Salt一堆。不知道你要讨论啥?
c******n
发帖数: 16666
13
这下同屏显示5w个数据没问题了。。。
有一个应用还和我正在手写的webgl项目冲突。。还比我的好看
也不知道是该高兴的还是伤心
p*a
发帖数: 592
14
有支持grouping 和virtualization的grid吗
h**********c
发帖数: 4120
15
你不render怎么能找出rendering bug
h**********c
发帖数: 4120
16
如果不出版得话,一年五万本畅销书妥妥
不commit得话,一天五千行小CASE
s***o
发帖数: 2191
17
d3只用来做计算,dom rendering完全由react负责,你觉得可行吗?
N*****m
发帖数: 42603
18
d3怎么做计算?
N*****m
发帖数: 42603
19
哪个webgl项目?
c******n
发帖数: 16666
20
有个个人的3d可视化项目
s***o
发帖数: 2191
21
d3-scale, d3-color, etc. d3v4是modular design。
d3的rendering远不如react效率高
c******n
发帖数: 16666
22
之前测试pixijs的时候 记得看到过有个例子是d3做force layout的计算 pixi来画
i****e
发帖数: 78
23
deck.gl
N*****m
发帖数: 42603
24
来自主题: Programming版 - linux 桌面 一坨屎
mac os和原生linux差别还是很大的。
比较好的方法是用headless linux server(bare metal, vm都行),桌面用win/mac都
行。
N*****m
发帖数: 42603
25
来自主题: Programming版 - linux 桌面 一坨屎
mac os和原生linux差别还是很大的。
比较好的方法是用headless linux server(bare metal, vm都行),桌面用win/mac都
行。
c******n
发帖数: 16666
26
来自主题: Programming版 - 小白问网页scraping 的一个问题
没有api就模仿用户行为呗
用selenium或者headless chrome
然后要挂代理 或者去他们aws自己开一堆机器换着跑
我相信马鬃自家肯定有人来防备这个的
根据你的访问模式来封你ip或者扔你假的数据
n****g
发帖数: 14743
27
拿回来了
正在尝试 headless 模式 (不用键盘,不用显示器)
n****g
发帖数: 14743
28
嗒嗒——
Headless 模式(不用显示器、不用键盘鼠标)已经跑起来了
D****g
发帖数: 2860
29
来自主题: Windows版 - Win2k Pro terminal service?
把盘格了装了win2k pro,然后想起来了pro是没有terminal service的。手头上又没有
server的盘。除了装xp还有什么办法么?terminal service不能没有,是台headless的
机器
w*********o
发帖数: 3030
30
What a shameless post
你很细心,“水平”二字是我有意加的。我的水平高,已经被证实的。
--- Your "letter" achieved nothing other than some internet garbage that
will be forgotten by most people soon enough.
本身签名写信这件事,就不是群策群力的事。有两个有权威领头的,其它人跟着做就行
了。
--- If you need headless sheep to follow you, try somewhere else than here.
Most people here do have their own brain.
如果饶毅领头写封信说你们签吧,那么效果和效率要好很多。如果仅是网络ID来领
头,大家都不知道对方几斤几两,同时还认为自己有几斤几两,民主就是很可怕的东西

--- Do you think people would sign things blindly if they need put their
real name on it... 阅读全帖
h****t
发帖数: 632
31
来自主题: PoliticalScience版 - 无头毛主席, 中国新艺术
http://www.nytimes.com/2009/10/06/arts/design/06gao.html?_r=1&hp
In China, a Headless Mao Is a Game of Cat and Mouse

Article Tools Sponsored By
By JIMMY WANG
Published: October 5, 2009
BEIJING — It’s not the kind of sculpture of Chairman Mao you typically see
in China. He’s on his knees as a supplicant, confessing; his body language
and facial expression indicate deep remorse. What’s more, the head of this
life-size bronze statue, titled “Mao’s Guilt” and created by the artist
brothers Gao Z
o******s
发帖数: 1364
32
来自主题: Archery版 - Tanning a badger hide
It's actually a road kill. The fur is very nice and worthy of $200 raw. I
was on a road trip last weekend and picked up a coyote, a badger and a
headless buck.
d********g
发帖数: 10550
33
来自主题: CellularPlan版 - 哈哈,本版热点变成了4GC
原理明白了。就是先spoof MAC,然后用随机的账号注册xfinity临时access。记得这个
是有时间限制的,当然可以做个daemon来自动重连
教程的是针对Windows的,Python脚本只是用一个headless browser来模拟手工确认过
程获得auth,AHK脚本把spoof MAC和Python都串起来
这个在Mac下干会更简单,不需要TMAC。其实TMAC自己也是说了原理就是改Windows注册
表,完全可以直接整合到脚本里去
w*******y
发帖数: 60932
34
Was just at my local HD (Goleta, CA) and found the Ridgid R6902PBA Trim
Nailer Kit on clearance for $79.00. YMMV.
Kit includes:
2-1/8" Brad Nailer (18ga) R213BNA as seen here:
Link:
http://www.homedepot.com/h_d1/N-5yc1v/R-100348528/h_d2/ProductD
1-3/8" Headless Pinner (23ga) R138HPA as seen here:
Link:
http://www.homedepot.com/h_d1/N-5yc1v/R-202059461/h_d2/ProductD
Soft Carrying Case
Eye Protection
500 Brad Nails
Gun Oil
Wrenches
Manual
Sorry, I didn't get the SKU. UPC 648846057606
w******d
发帖数: 230
35
来自主题: _Stockcafeteria版 - friendly reminder for membership
lost a lot of money at the beginning with headless follwoing
now trying to focus on one or two stocks
Will say something if earn money
首页 上页 1 2 3 4 5 (共5页)