2021年1月31日 星期日

ddd

https://docs.atlassian.com/confluence/docs-710/Upgrading+Confluence#UpgradingConfluence-custommodifications

2021年1月28日 星期四

postgresql

https://support.plesk.com/hc/en-us/articles/115003321434-How-to-enable-remote-access-to-PostgreSQL-server-on-a-Plesk-server-

2021年1月26日 星期二

safd

R9EEYDQA. dsafdsafd lationXpress

uuu

Download the .gha file Right click > Properties > unblock Move to “%appdata%\Grasshopper\Libraries” Launch Rhino and Grasshopper and the plugin should be there.

pppp

 

  1. Download the .gha file
  2. Right click > Properties > unblock
  3. Move to “%appdata%\Grasshopper\Libraries”
  4. Launch Rhino and Grasshopper and the plugin should be there.

2021年1月24日 星期日

2021年1月23日 星期六

source modify

 sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list

psql: FATAL: Peer authentication failed for user "postgres"

postgresql9.5

 https://www.calhoun.io/how-to-install-postgresql-9-5-on-ubuntu-16-04/

2021年1月21日 星期四

2021年1月18日 星期一

user

 SELECT c.contentid, c.title, s.spacekey, cps.cont_perm_type, cp.groupname

FROM SPACES s
JOIN CONTENT c ON s.spaceid = c.spaceid
JOIN CONTENT_PERM_SET cps ON c.contentid = cps.content_id
JOIN CONTENT_PERM cp ON cps.id = cp.cps_id
WHERE cp.groupname = '<group_name>';


SELECT cwd_user.user_name, 
       cwd_user.active, 
       cwd_user.id, 
       cwd_user.first_name, 
       cwd_user.last_name, 
       cwd_directory.id, 
       cwd_directory.directory_name, 
       To_timestamp(Cast(cwd_user_attribute.attribute_value AS DOUBLE PRECISION) 
                    / 1000) AS last_login_date
FROM   cwd_user 
       join cwd_directory 
         ON cwd_user.directory_id = cwd_directory.id 
       join cwd_user_attribute 
         ON cwd_user.id = cwd_user_attribute.user_id 
WHERE  ( Extract(epoch FROM Now()) ) - ( Cast( 
              cwd_user_attribute.attribute_value AS DOUBLE PRECISION) / 1000 ) 
       >= 
              7776000
       AND cwd_user_attribute.attribute_name = 'lastAuthenticated' 
       AND cwd_user.active = 'T' 
ORDER  BY last_login_date 
           DESC;

 The value 7776000 represents 90 days in seconds (90*24*60*60), you can adjust this value at your convenience.SELECT cwd_user.user_name,

       cwd_user.active, 
       cwd_user.id, 
       cwd_user.first_name, 
       cwd_user.last_name, 
       cwd_directory.id, 
       cwd_directory.directory_name, 
       To_timestamp(Cast(cwd_user_attribute.attribute_value AS DOUBLE PRECISION) 
                    / 1000) AS last_login_date
FROM   cwd_user 
       join cwd_directory 
         ON cwd_user.directory_id = cwd_directory.id 
       join cwd_user_attribute 
         ON cwd_user.id = cwd_user_attribute.user_id 
WHERE  ( Extract(epoch FROM Now()) ) - ( Cast( 
              cwd_user_attribute.attribute_value AS DOUBLE PRECISION) / 1000 ) 
       >= 
              7776000
       AND cwd_user_attribute.attribute_name = 'lastAuthenticated' 
       AND cwd_user.active = 'T' 
ORDER  BY last_login_date 
           DESC;

 The value 7776000 represents 90 days in seconds (90*24*60*60), you can adjust this value at your convenience.


https://ektron0116.neocities.org/software/0119-2.zip

2021年1月17日 星期日

qq

 https://ektron0116.neocities.org/software/0116.zip

https://ektron0116.neocities.org/software/mov2.zip

2021年1月7日 星期四

confluence

 https://confluence.atlassian.com/doc/create-a-staging-environment-for-upgrading-confluence-866094180.html#:~:text=Head%20to%20http%3A%2F%2Flocalhost,Confluence%20on%20your%20staging%20server.&text=Go%20to%20%3E%20General%20Configuration%20%3E%20License,database%2C%20and%20staging%20home%20directory

2021年1月4日 星期一

ram

 https://ektron0116.neocities.org/software/ram%20list.docx

2021年1月3日 星期日