iT邦幫忙

一級屠豬士 的所有最佳解答 11

C++大數指數精度

使用 GMP The GNU Multiple Precision Arithmetic Libraryhttps://gmplib.org/我很討厭這種先輸入...

2022-05-23 ‧ 由 Jacky115 提問

Postgresql TIMESTAMP無法更新正確時間

-- 查看時區設定 SELECT current_setting('TIMEZONE'); +-----------------+ | current_set...

2019-08-22 ‧ 由 40527145 提問

SQL Tigger 造成的 [Err] 21000

-- 使用 PostgreSQL -- create trigger 時有 for each row -- 這樣就能避免上面的情況 -- 提供你參考 cre...

2019-08-22 ‧ 由 hisniper 提問

又來出奇怪題了XD..如何產生10組隨機IP資料

select concat( trunc( random() * 254 ), '.' ,trunc( random() * 25...

2018-11-13 ‧ 由 純真的人 提問

R語言程式碼求解(急),希望好心人幫解,感激不盡

input <- sample(c(25:75)) input isGood <- function(x) { if (x>50)...

2018-10-01 ‧ 由 sunnyrainy 提問

python 如何str轉換成float 進行運算

collected_list = [ [('0.017', '0.107'), ('0.018', '0.115'), ('0.019', '0.113'),...

2018-08-28 ‧ 由 hoolada 提問

postgresql文字欄位轉日期使用的問題

select substring('1-22 Nov 2017, 2:34 PM' from 3)::date as datestyle , subs...

2018-02-20 ‧ 由 ektrontek 提問

SQL雙查詢,詢問語法?

create table ithelp171214 ( id serial primary key , shop char(1) not null , bu...

2017-12-14 ‧ 由 kangame2000 提問

sql server 複數欄位條件篩選

create table ithelp170811 ( id int not null , c1 char(1) , c2 int , c3 int , c...

2017-11-08 ‧ 由 564219 提問

PostgreSQL 查詢問題

create table ithelp171024 ( id int not null , mclass char(1) not null , phone...

2017-10-24 ‧ 由 chad0621 提問