wangsongc / test-deploy

0 stars 0 forks source link

www #1

Open wangsongc opened 1 month ago

wangsongc commented 1 month ago

pm2 set pm2-logrotate:max_size 10M pm2 set pm2-logrotate:retain 10

wangsongc commented 3 weeks ago

Result_34.csv

wangsongc commented 3 weeks ago

select project_id, tt.full_name, t.html_url, group_concat(tt.alternative_name, '\n') as alternative_name, group_concat(tt.alternative_url, '\n') as alternative_url, group_concat(tt.stargazers_count, '\n') as stargazers_count from github_projects_t t left join (select git.stargazers_count, alt.alternative_id, alt.alternative_name, alt.alternative_url, alt.project_id, alt.full_name from alternative_projects alt left join github_projects_t git on alt.alternative_id = git.id where git.stargazers_count > 500) tt on t.id = tt.project_id where tt.project_id in ( 292525, 779570, 840210, 1735515, 2011647, 2088939, 2700474, 5372490, 5960513, 5960532, 6905493, 9124858, 10952997, 12719965, 14339498, 17451182, 23405758, 25427817, 28173298, 29981861, 31935508, 34446269, 38528498, 39176269, 42751014, 43051978, 43787948, 44515034, 53330030, 53658802, 58034548, 67228985, 74297382, 76251826, 88124214, 93732702, 154733475, 164949885, 190022101, 200926208, 218593083, 240055060, 256589781, 286021423, 469777223 ) group by tt.project_id, tt.full_name, t.html_url;

wangsongc commented 3 weeks ago

Result_111.csv

wangsongc commented 2 weeks ago

Result_143.csv