由买买提看人间百态

topics

全部话题 - 话题: modx
(共0页)
l*******G
发帖数: 1191
1
http://www.hiprank.com/drupal-vs-joomla-vs-modx-vs-wordpress.ht
Seem that modx is picking up momentum fast.
What is you guys' experience with CMS?
q***2
发帖数: 1861
2
re this:
On 31 March 2010 at 2:19 pm Jack said:
I have not used modx. I have played a bit with Joomla, more with Drupal and
have developed most on WordPress.
1. Wordpress - it is CRAP! The reason it gets voted in so many comparisons
and contests is the fact it is popular. It is popular because most people
are morons who want to get stuff done fast, no matter how. Internally WP is
crap. Possibly worst developed PHP application I have ever seen. It has a
simple admin interface and it is simple to ... 阅读全帖
k*******a
发帖数: 772
3
来自主题: Statistics版 - 包子求sas 问题解决办法
对10取余数就可以啦
如果只要去最后一位7,8,9 那么很简单
如果要去最后连续几位7,8,9那可以用do while循环
data a;
input x;
modx=mod(x,10);
if modx in (7,8,9) then x=(x-modx)/10;
datalines;
19
18
129
139
1329
28
229
2337
39
328
3239
;
proc print data=a;run;
J*****v
发帖数: 314
4
来自主题: JobHunting版 - PHP怎么这么火啊?
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... 阅读全帖
h******q
发帖数: 865
h******q
发帖数: 865
W*******e
发帖数: 1268
7
来自主题: WashingtonDC版 - 这些软件编程你用过那些?
好像我用过的不多
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 ... 阅读全帖
e********3
发帖数: 18578
8
以PHP为语言的模板Framework很多,我们公司现在用MODx Revolution,还凑合吧。
g*****e
发帖数: 209
9
spam?
s*******z
发帖数: 422
10
这些东西本质都是一样的。一通百通。我个人用joomla较多。
y*********u
发帖数: 14561
11
My company is using Plone, hate it!
J*****v
发帖数: 314
12
来自主题: CS版 - PHP真火啊
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... 阅读全帖
J*****v
发帖数: 314
13
来自主题: Java版 - 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 ... 阅读全帖
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 ... 阅读全帖
o******6
发帖数: 538
15
来自主题: Statistics版 - [合集] 请教个SAS DO LOOP的问题
☆─────────────────────────────────────☆
zhongdianshi (brb) 于 (Tue Sep 1 14:34:52 2009, 美东) 提到:
我从别人那里拿到这样一个CODE:
do i = 1 to 10;
if
sterkm(i) ='46' then do;
dxmonth = modx(i);
dxyear = yrdx(i);
i= 10; /*take first breast cancer dx; end loop*/
end;
end;
其中的i=10是什么意思?如果没有这个,好象很容易理解。
我发信去问,解释如下:还是不明白,请赐教,多谢!!!
1。In this example, you're looking for the first diagnosis with breast
cancer, as explained in the comment /*take first breast
(共0页)