由买买提看人间百态

topics

全部话题 - 话题: plugin
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
p*****2
发帖数: 21240
1
来自主题: Programming版 - 客观总结vert.x

Grails is a full-stack web application framework for the JVM. With its
mature codebase backed by a thriving community, Grails is nonetheless facing
new architectural challenges. Events were introduced into Grails through
the platform-core plugin. But Events are so powerful that this feature
really belongs in the core; so from version 2.3 on, Grails applications will
have a built-in, extremely powerful yet easy to use, convention-based
Events API that looks very similar to the current implementa... 阅读全帖
l**********n
发帖数: 8443
2
来自主题: Programming版 - 有没有用AngularJS的大牛
binding is taken care of by jquery. you have jquery plugin, then the plugin
will take care of updating the view for you automatically.

model
l**********n
发帖数: 8443
3
来自主题: Programming版 - 有没有用AngularJS的大牛
if the jquery plugin is awesome, why bother to re-implement it in Angular
directive? Don't you know jquery plugin can do whatever you want and desire?
w**z
发帖数: 8232
4
You are right. WP has a plugin called total cache, so the images can be
stored on S3. But for the php files, need to write a script to sync whenever
they are changed (like installing new plugin etc.)
RDS is cool, can have multi-zone and read replicate. Don't need to worry
about that. The shared storage is pain.

S3/
S3.
c*********e
发帖数: 16335
5
只会js是不行的,js只是前端,而且有很多开源的免费的plugin,很多人直接到网上搜
免费的js plugin.
要转行it,还是要把基础打牢,比如database,怎么工作的,怎么写sql,stored
procedure,join,...然后就是至少2门语言,c#,java,php.到公司里,你不能决定用什
么语言,因为公司已经定好了。所以,如果你会这些语言的话,公司要你用啥你就用啥。
至于mobile,这个太难说了,apple不是又出来新语言了吗?而且,现在很多framework
能让在手机里用browser,连mobile app都省了。

好。
g*****g
发帖数: 34805
6
我不是说得很明白,我不用eclipse来做build, 但我用eclipse来做开发和调试。事实
上local build 也是用的gradle plugin. 其他的如egit plugin用来做git client.
Run jetty run来作为built-in server. eclipse作为一个IDE,如果你想的话甚至不需
要打开第二个应用。包括DB client和browser都有内置的。
z****e
发帖数: 54598
7
如果你先想做app -> android & swift咯
web的话,你看你对哪个脚本语言顺手就用哪个
喜欢c语法的程序员用groovy还挺顺手的
但是groovy要折腾jvm,这个其实没啥难的
文科生搞不定,你竞赛过的,这个小意思
big data的话,关键是idea,统计知识很重要
scala可以用,写起来也挺快,但是不起决定性作用
还是idea,你要用big data的数学实现什么目的?解决什么问题?
如何创造财富?
分布式用cloud就好了,所有的cloud都大同小异,都可以爆nodes
到时候不得不分布,这个跟你现在搞的稍微有点不一样
但是也不难,我觉得分布式你把cap大概弄明白就可以了
剩下太理论的东西,不见得有用,如果你不是弄这个的话
cloud用digitalocean
域名提供商推荐用internetbs.net,公孙大神推荐的,超好用
也非常cheap
ide你下个eclipse吧,然后想办法弄个plugin
看你用啥脚本语言,就下哪个脚本的plugin,idea系的除了android studio以外
其他都是收费的,所以看你,也不贵就是了
vcs用github... 阅读全帖
l**********n
发帖数: 8443
8
it has to scan the entire html file for custom defined tags. in-line
expression is cool. but you have to load everything up front for it to work.
even your template files have to be loaded during the start-up of the app.
good for simple pages. I think it discourages DOM manipulation, while
jQuery does a lot of DOM manipulation. jQuery plugins simply won't work with
Angular. So it means if there is an awesome jQuery plugin, you cannot use
it if you choose Angular. say if your template file has cu... 阅读全帖
i*******u
发帖数: 80
9
我要在网页上放一个html5
l**********n
发帖数: 8443
10
你应该问jquery plugin和angular有没有冲突,angular里jquery你可以随便用。我有
限的用了几个jquery plugin,完全没问题啊。
l**********n
发帖数: 8443
11
你可以在link function里使用jquery plugin,就像在jquery.ready function里使用
plugin一样。

的.
z****e
发帖数: 54598
12
来自主题: Programming版 - 狂搞swift中
见笑了哈
idea我很久没用了
除了android studio
其他都是什么语言推荐啥ide,我就用啥
这个俺不挑
plugin往往要折腾,懒得搞了
一个ide无非几百m,下下来就是了
plugin很多会这样那样冲突,懒得搞了
经常换换界面,也有新鲜感
Q**g
发帖数: 183
13
来自主题: Programming版 - 爽! Android Studio 1.0 Released
IntelliJ + vim plugin == happiness
Eclipse == bloatware.

plugins,
Q**g
发帖数: 183
14
来自主题: Programming版 - 爽! Android Studio 1.0 Released
IntelliJ + vim plugin == happiness
Eclipse == bloatware.

plugins,
k**********g
发帖数: 989
15


library
PDF iText, iTextSharp. If PDF-embedded image see Image below. PDF is a
composition-based (rendering-based) format.
However: there are some PDF that cannot be parsed unless one renders it
graphically. for this type of PDF, you must use a PDF renderer. The PDF
renderers I know of are all commercial.
If the PDF contains text (you can test that by try selecting the text from
the document using any PDF reader), it can be extracted with IFilter plugin.
See below (under PPT)
JPEG or any Imag... 阅读全帖
z****y
发帖数: 120
16
来自主题: Programming版 - 开发web插件从哪里开头?
就是不太懂,请赐教。是不是如果web server是IIS的话就做一个IIS的plugin,是
Apache的话就做一个Apache的plugin?还是需要一个weblogic server?

[发表自未名空间手机版 - m.mitbbs.com]
z****e
发帖数: 54598
17
来自主题: Programming版 - Vert.x 应该没戏了吧?
vert.x马上出3.0版本了
已经preview了
用vert.x最麻烦的是必需用vi,因为eclipse上plugins还不怎么powerful
所以很多时候不得不用vi编程,我虽然不喜欢vi
但是vert.x要用上,需要对jvm, vi这些都比较熟练才行
这些凑一起,对一个只会写脚本的程序员来说
实在是要求太高了,所以很多人搞不了
现在就是慢慢把eclipse这些plugin搞起来
一些cloud上已经有vert.x的那个啥,pkg还是什么的
以后cloud就看谁做得更傻瓜一点了
h*i
发帖数: 3446
18
Clojure的eclipse plugin叫作counterclockwise啥的,都出来好几年了。
vert.x还没有eclipse plugin? 说明什么?
z****e
发帖数: 54598
19
STABLE RELEASE 0.31.1
老样子,把版本号好好观赏下,第一个数字是啥?
vert.x的plugin太难做了
因为兼容一堆语言,clj的plugin都没搞好
vert.x只能继续等下去
不过如果坚持用 java的话,vert.x倒是很容易搞定
c*********e
发帖数: 16335
20
来自主题: Programming版 - 贡献一个很好的模板网站
我写gridview table, listview ,从来都不用什么datatable plugin之类的。全部是自
己手写,用纯jquery, 或者angularjs,我都写出过ajax pagination.不难。
用plugin会有很多限制,老板让你加几个功能就不灵了。还是自己手写的,scalable,
方便。
z****e
发帖数: 54598
21
来自主题: Programming版 - go也是三种paradigm混合的语言
可以预见的是,随着接口的定义成型,这个接口的定义会越来越复杂
因为现实的复杂度是比较高的,导致很难用一些简单的接口来搞定所有问题
所以不停滴加接口,加各种函数定义,最后所有人都在这堆规则中游泳
如果这些规则是公开的标准,还凑合,如果是scope=company
下面的人很快就会造反,跳槽的会变多,因为这样等于把自身技术生命绑定到公司这艘
船上
都不是傻子,谁都会自己的前途着想,做螺丝钉没有太多人愿意
interface/protocol这些东西并不是特别好用
举个最简单的例子
比如你写了一个module,或者叫verticle/actor in vert.x/akka
是一个组件,你要plugin到这个系统中去
那么比较愚蠢的方式就是找个脚本
用container.deploy("module name");
同时当然你也需要定义好interface/protocol,让别人去impl这些interface
这种方式部署,因为这种方式要重新编译,很麻烦,不灵活
比较聪明的方式是找个config,写成

或者json
module:... 阅读全帖
z****e
发帖数: 54598
22
来自主题: Programming版 - What Java IDE do you recommend?
手头上没有idea的版,除了android studio
问一个问题,现在idea进化成什么样了?
我看他们的feature页面上
http://www.jetbrains.com/idea/features/
好像idea这个ide啥语言都支持?
包括python和ruby这些
是不是这样?还是需要额外安装plugins?
如果是不需要安装plugin就可以显示的话
我考虑等vert.x 3出来之后搞一个idea来弄弄
eclipse要支持多语言有些麻烦

to
w***g
发帖数: 5958
23
来自主题: Programming版 - 再晒个我的开源NoSQL项目
读书的时候写了一堆代码一直没整理出来,最近国内东家要用类似的功能,
干脆整理了一下起了个开源项目。我知道这个版的风气是匿名骂人光说不练,
但挡不住mitbbs巨大的影响力,还是希望召到感兴趣的人一起contribute。
按惯例,开源项目本身不来钱,只能抱着兴趣/学习的目的来做。
https://github.com/aaalgo/donkey
功能:
一个做非文本对象相似性搜索的框架,可以用来做以图搜图,以音频搜音频等
基于内容的搜索。可以看成是一个value-key store。传统的key-value
store是按key存取value。我这个正好反过来。如果在value上定义一个相似度,
那么输进去一个value,我可以找出来数据库里最相似的那些value
对应的key。因为最近NoSQL很火,所以我这个系统也做成了NoSQL的形式。
应用1: 以图搜图
用到类似技术的网站
http://image.google.com
http://tineye.com
http://pixolution.de/
还有无穷多类似的鸡毛网站
应用2: 音频搜索
http://www.shaza... 阅读全帖
z****e
发帖数: 54598
24
来自主题: Programming版 - Git 用不下去了

现在都是ide,都用plugins了
谁还在用命令行
我用xcode还有android studio全部都是plugin
直接用github,android stuido的github做得更彻底
xcode还只是git,不是github,所以很多时候还是要命令行
linus做的东西命令都很怪异,不是很喜欢,但是免费,也没啥可抱怨的
k**0
发帖数: 19737
25
和framework关系不大. framework不能保证你写的code没有漏洞。
防止攻击通常从两点入手
1, 程序上的漏洞 - 看怎样写code防止hacker利用程序里的漏洞攻击, 比如sql
injection.
2, 系统设置上的漏洞 - 调整http server settings,比如file read/write access
rights,采用的authentication type, turn off directory browsing之类的。
另外如果采用了第三方plugin的话还要注意那些东西的漏洞,最好把access rights分
开设,WP sites就常常因为plugin中招。
h**********c
发帖数: 4120
26
来自主题: Programming版 - Business Analyst (greater Los Angeles)
Last time got a friend here an intern interview, however, the position is
still not finalized due to various reasons.
This position is a little bit higher in requirement.
Thanks for your reading and time. Please PM if you are a strong candidate!
Posting Job Title:
Business Analyst
State:
California
City:
Torrance (Los Angeles, Orange county)
Job Description:
The digital future has arrived and the tax and accounting professions are
changing rapidly. Professionals today have different needs, expec... 阅读全帖
w***g
发帖数: 5958
27
来自主题: Programming版 - 推荐一个C++ restful框架
代码里没发现authentication相关的东西。
我的意思是得自己写plugin。
用C++,就别奢望whistles & bells了。
53 // register middleware / plugin
54 mux.use_before([](served::response & res, const served::request &
req) {
55 std::cout << "request: " << req.url().URI() << std::endl;
56 });
use_before里注册的代码会在每个请求之前处理,
把55行的地方改成从res中取出app key或这别的key什么的
进行验证就行。
x*******g
发帖数: 17
28
来自主题: Programming版 - mac python IDE
请问一下大家都用什么python IDE on mac?
我自己用vim + ipython(debugging).
但是毕竟不是ide, 一次只能弄一个文件。
我看到这些options:
1) sublime
2) intellij + python plugin (甚至还有vim plugin)
请问牛人都是怎么弄的?谢谢先
d******e
发帖数: 2265
29
来自主题: Programming版 - scala 到底适合不适合写大系统?
上个10年大家码东西都是搭架子,然后各种plugin扩展。
典型的jenkins, sonar,intellj,eclipse。
这个东西看上去很好,上来啥都有。
可惜问题是,java的东西又臭悠长,你要改动一点,对不起,先看懂框架,各种术语
class, 继承关系,先搭好开发环境,测试环境,然后开码吧。
所以,很简单一个扩展,逻辑可能就100行,新手要搞定,1个月吧。所以,以前碰到的
加一个sonar integration test code coverage 的plugin,全公司1年多都没搞定,最
后不了了之。
更大的,本来的做法是跳华尔滋,10年后大家决定要跳探戈了。这个时候你敢改框架嘛?
更小的一个问题:所有的代码都在一个repo里面,一个build break,全公司都停工。
至于micro service,理解为unix shell好了,cmd -> service, json->text.
剩下你愿意怎么搞就怎么搞。
n*w
发帖数: 3393
30
来自主题: Programming版 - 准备开始练scala
已经看了一些。准备开练。在scala-lang网站上有下面三个下载选项。本来想下载3,
用ide,结果发现其不支持最新版的scala?
1
Download Scala 2.12.1 binaries for your system (All downloads).
~ or ~
2
Get started with sbt
sbt is a popular build tool for Scala projects.
With sbt, you don't need to download and install Scala.
Just set scalaVersion in your build definition,
and sbt will retrieve that version.
~ or ~
3
Install one of the Scala IDEs
The Scala IDE (based on Eclipse), IntelliJ IDEA with the Scala plugin,
or NetBeans IDE with the Scala plugin.
w***g
发帖数: 5958
31
来自主题: Programming版 - 再来推广下picpac
我设计得太generic了。
当时还有caffe和torch,所以觉得所有功能必须C++。
现在看来只剩python了,真要支持plugin的话,plugin也得是python写才行。
我自己的做法是不同类型的数据继承出一个新的项目。
目前还有picpac-wave用来做音频, picpac3d用来做3维CT数据。
g****t
发帖数: 31659
32
来自主题: Programming版 - 再来推广下picpac
你可能需要琢磨下目标用户的人设?
然后软件和自己的开发时间,适当照顾主力用户需求。
有个帕累托原理,或者80-20原理。
80%用户是20%功能带来的。
但是微博这么杂乱的东西为何这两年
还死复生,我一直没看明白。所以我说的也不一定对。
另外在商言商,你要不去hack news发帖?第一行就说是
Imagnet之后的一大突破?


: 我设计得太generic了。

: 当时还有caffe和torch,所以觉得所有功能必须C 。

: 现在看来只剩python了,真要支持plugin的话,plugin也得是python写才
行。

: 我自己的做法是不同类型的数据继承出一个新的项目。

: 目前还有picpac-wave用来做音频, picpac3d用来做3维CT数据。

l***n
发帖数: 23
33
【 以下文字转载自 Linux 讨论区,原文如下 】
发信人: levin (失语), 信区: Linux
标 题: 这是有人在hack实验室里的机器吗?
发信站: The unknown SPACE (Thu Aug 15 17:45:30 2002) WWW-POST
装了prelude,可是却看不懂prelude.log
例如以下一段:
*** Thu Aug 15 06:53:42 2002 - Thu Aug 15 06:53:42 2002
Plugin : HttpMod
Author : Yoann Vandoorselaere
Contact : y***[email protected]
description : Snort based http decode plugin.
kind : May not be reliable
received : 2 times
message : ISS Unicode attack detected
Ether hdr : 0:8:a3:78:85:ff
s*******k
发帖数: 71
34
Sure you can...
(1) view the HTML source code and search for "mov" and "qt" files, download
them using FlashGet.
Or, if the movie is called by script and you can't see the file names:
(2) watch the movie, when the QT plugin appears, click the right-most button
nad choose "Plugin Settings", enable "Save movie to disk cache", after that
you know what to do.
SH
l*******9
发帖数: 177
35
来自主题: Software版 - Total commander越来越强了

这个我不太清楚,都是自己试出来的,除了它的官方网站
http://www.ghisler.com/
好像有些基本的教程,不过好像都不够深入
TC 有很多插件,除了 http://www.ghisler.com/plugins.htm
外还可以看看:
http://www.totalcmd.net/
Network neighborhood(网上邻居)在 TC 里面就相当于是一个控
制面板, 管理 TC 的 File System plugins(.WFX)。。。我一般
把它 lock 在一个 tab 里面,进而可以很容易开始浏览
WinCE, Sftp server 等插件的入口。。。。
:-)
g*****g
发帖数: 34805
36
来自主题: Software版 - 实在忍不住,说几句话吧。
最不屑的就是这种装逼的,软件好不好不看公司,看用的人多少。
FF从无到20%,IE从95%+到今天7x%的market share,为啥?因为
FF比IE强大太多。FF强就强在extensible,诸如adblock之类大家
喜闻乐见的plugin使得FF很好很强大。光这一个plugin就可以扔掉
IE了。
s******l
发帖数: 11
37
我有个项目, 已请了2 个研究生, 太慢了。
请高手指点一下一个问题,
Server: php scripts (running squirrelmail package)
| |
| = = = = Plugin/ Add-on module
| |
Client: Webmail Reader (a web browser)
?? What is the best language (.net, C++, Java ?) to use for the Plug-in ?
After a Webmail client logon to the Server, the Plug-in takes over.
It reads a file from the Server, re-organizes the mail folders, etc.
and ... 阅读全帖
j***y
发帖数: 87
38
Did you try to install any new plugins or change any helper program yesterday?
Anyway, I think you can change the directory name 'plugins' to a different name
and try again, although I am not sure if it can work.
m*****e
发帖数: 4193
39
TeraTerm with SSH plugin.
TeraTerm is available from
http://spock.vector.co.jp/authors/VA002416/teraterm.htm.
The ssh plugin is available from http://www.zip.com.au/~roca/ttssh.htm.
D****g
发帖数: 2860
40
来自主题: Unix版 - *.ps.gz??
you have to have a plugin bah. I don't know any ps plugin, anyone knows?
a*********7
发帖数: 30080
41
来自主题: Windows版 - firefox 和mitbbs.com不兼容?
我倒没发现www.mitbbs.com有什么特别的问题,不过确实firefox是一点点地吃CPU加内
存(主要是内存),过一阵就得关了firefox重起。我怀疑是垃圾处理不彻底。不知道
是不是应该改用Chrome试试。不过firefox用惯了。
看下面这个说明,也许跟你装的别的什么firefox plug-ins有关?
https://support.mozilla.com/en-US/questions/704242
Go to the following link, click on "What's New in Firefox 3.6.4". The first
2 paragraphs is a brief explanation of what plugin-container.exe is designed
to do. Right now, in Windows and Linux only, it isolates Adobe Flash, Apple
Quicktime or Microsoft Silverlight plugins from the main br... 阅读全帖
s*****j
发帖数: 6435
42
来自主题: Biology版 - 求助 IMAGE J
Fiji is "Fiji Is Just ImageJ", google it .
download MBF ImageJ, it has plenty of plugins already installed
http://www.macbiophotonics.ca/downloads.htm
then try "plugin"->"stacks-zfunction" will help.
s*****j
发帖数: 6435
43
看你怎么定义"surface area", 最简单的用这个plugin
http://rsb.info.nih.gov/ij/plugins/track/objects.html
要高级的只有买Imaris, Volocity 这种了.
m****e
发帖数: 37
44
imagej采集功能如何?我只用过他们的处理,感觉不同的plugin实在相差太大。有的
plugin很好,有的则bug百出。
还有,你们用图像处理主要用现成的模块呢还是自己需要集成几个不同的功能和模块才
能满足自己的分析处理需要呢。
m*****r
发帖数: 18
45
NeoCircuit(Cadence Virtuoso 51)可以做Optimization 和 Robust design (Corner
and Monte Carlo). 它也提供了Script的接口, 你可以自己plugin你的优化算法。
ADE GXL( Cadence Virtuoso 61) 是 NeoCircuit 的升级,它很快也会提供Script的接
口,
用户可以plugin自己的算法。

说的
w*****n
发帖数: 2260
46
【 以下文字转载自 Military 讨论区 】
发信人: wanshan (五毛+小将:根红苗正 俺自豪 哈哈), 信区: Military
标 题: 三木告诉你如何简单对付youtube变态贴
发信站: BBS 未名空间站 (Mon Oct 11 12:53:07 2010, 美东)
在老邢的术部没有开发出高科技的反毒手段前,
就是把你的阅览器里面第三方add on control 简单 disable掉,
如果是IE7 如此操作:
Tools >>> Internet Options >>> Program Tab >>> Manage add-on options button >>> Filters >>> Add-ons that run without requiring permission >>> Select Shockwave Object >>> Click Disable button at bottom
或者IE8, 如此操作:
Tools >>> Internet Options >>> Program Tab >>> Manage add-on opt... 阅读全帖
w*****n
发帖数: 2260
47
【 以下文字转载自 Military 讨论区 】
发信人: wanshan (五毛+小将:根红苗正 俺自豪 哈哈), 信区: Military
标 题: 三木告诉你如何简单对付youtube变态贴
发信站: BBS 未名空间站 (Mon Oct 11 12:53:07 2010, 美东)
在老邢的术部没有开发出高科技的反毒手段前,
就是把你的阅览器里面第三方add on control 简单 disable掉,
如果是IE7 如此操作:
Tools >>> Internet Options >>> Program Tab >>> Manage add-on options button >>> Filters >>> Add-ons that run without requiring permission >>> Select Shockwave Object >>> Click Disable button at bottom
或者IE8, 如此操作:
Tools >>> Internet Options >>> Program Tab >>> Manage add-on opt... 阅读全帖
z*******n
发帖数: 1034
48
来自主题: MobileDevelopment版 - What's Your Technology Stack to Create Mobile Apps?
http://www.infoq.com/research/mobile-apps-stack
by Ralph Winzinger on Mar 18, 2014
Native toolkits
Apple Xcode (iOS): Apples full featured development environment lets you
create mobile apps as well as desktop applications. Xcode comes with
integrated support for Git source-code repositories, graphical editor to
build user interfaces, instrumentation and debugging tooling and integrated
documentation. You need Mac OS X to run XCode and it is free of charge.
IntelliJ AppCode (iOS): Jetbrains, cre... 阅读全帖
p*********e
发帖数: 32207
49
来自主题: _Auto_Fans版 - 搞定X5 idrive显示中文了,hiahia~~~~
太激动忘了说详情了
简单的说纯属意外,本来我已经试图接受现实了
话说这个车选配里有一个BMW APPS,我一直不知道是啥玩意
不过提现车里面已经有,250usd只能认命掏钱了
回来查了下发现是一个smartphone connection preparation
也就是在中间储物箱里面有一个塑料底座,可折上来的
再做了下功课发现如果想把手机装上去还要买一个配合特定型号手机的
snap-in adapter
去查了一下有for iphone4的(应该4s也可以)
去amazon上找,发现有140的和230的,于是果断买便宜的
拿回来到手里之后发现只能用来充电,而不能完成网上有人说的可以通过屏幕
来播放iphone里面视频的功能
再仔细读贴发现这个adapter还有不同型号,140那个就是个空壳子,能用来充电
(可标配的ipod connector也能用来充电)
如果要能通过这个接口来播放音频视频的话得要一个media版的,也就是之前看到的230
的那个
于是赶紧联系marketplace上的卖家,退了140的买了230的
拿到之后确实可以播放iphone上的视频了,效果还好,但行车时不能... 阅读全帖
w*******y
发帖数: 60932
50
Just saw this on Facebook.
Link:
http://www.crunchgear.com/2011/06/29/mediamalls-playlater-promi
First 5k folks to download get the beta..
Link:
http://www.playon.tv/playlater/
PlayOn is going to build in DVR functionality - including PlugIns.. (those
of you that use plugins and scripts imagine what you can download then...)
Anyway, just a friendly neighborhood FYI. Don't like that it will cost more
but maybe those with lifetime licenses will get a break???
Peace... Glenn
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)