... Linux Kernel 6.18 - Principais novidades (30 de novembro de 2025)
- Suporte aprimorado ao Apple M2
→ Melhorias no driver asahi (M2, M2 Pro, M2 Max, M2 Ultra)
→ Mais estabilidade em MacBooks e Mac Mini com Linux nativo (Asahi Linux, etc.)
- Sheaves (novo cache per-CPU no SLUB)
→ Cache privado ...
Pesquisa resultou em 643 ocorrências: +MAX
Termo pesquisado: +max
- 30 Nov 2025 19:07
- Fórum: Sistemas Operacionais
- Tópico: Saiu o Kernel do Linux 6.18
- Respostas: 1
- Exibições: 72
- 30 Ago 2025 15:58
- Fórum: Bate Papo
- Tópico: E vém aí o bug do windows da década ???
- Respostas: 8
- Exibições: 1192
E vém aí o bug do windows da década ???
... E-cores): 12
Total de Threads: 28
Frequência Base:P-core: 3.4 GHz
E-core: 2.5 GHz
Frequência Máxima Turbo:Geral: 5.6 GHz
Intel® Turbo Boost Max Technology 3.0: 5.6 GHz
P-core Máximo: 5.5 GHz
E-core Máximo: 4.3 GHz
Cache:L3 (Intel® Smart Cache): 33 MB
L2: 28 MB
TDP (Potência Base): 125 W ...
Total de Threads: 28
Frequência Base:P-core: 3.4 GHz
E-core: 2.5 GHz
Frequência Máxima Turbo:Geral: 5.6 GHz
Intel® Turbo Boost Max Technology 3.0: 5.6 GHz
P-core Máximo: 5.5 GHz
E-core Máximo: 4.3 GHz
Cache:L3 (Intel® Smart Cache): 33 MB
L2: 28 MB
TDP (Potência Base): 125 W ...
- 28 Ago 2025 12:52
- Fórum: [x]Harbour
- Tópico: HB_WebView (a cross-platform Webview library)
- Respostas: 15
- Exibições: 15889
HB_WebView (a cross-platform Webview library)
... HMG_SYSDATA [ 101 ] -> _HMG_aFormFocusedControl
* _HMG_SYSDATA [ 102 ] -> _HMG_aFormGraphTasks
* _HMG_SYSDATA [ 103 ] -> _HMG_aFormMaximizeProcedure
* _HMG_SYSDATA [ 104 ] -> _HMG_aFormMinimizeProcedure
* _HMG_SYSDATA [ 105 ] -> _HMG_aFormAutoRelease
* _HMG_SYSDATA [ 106 ...
* _HMG_SYSDATA [ 102 ] -> _HMG_aFormGraphTasks
* _HMG_SYSDATA [ 103 ] -> _HMG_aFormMaximizeProcedure
* _HMG_SYSDATA [ 104 ] -> _HMG_aFormMinimizeProcedure
* _HMG_SYSDATA [ 105 ] -> _HMG_aFormAutoRelease
* _HMG_SYSDATA [ 106 ...
- 25 Mar 2025 15:06
- Fórum: [x]Harbour
- Tópico: PROBLEMAS AO CONVERTER HB_BASE64 UTF8 UTF-8
- Respostas: 14
- Exibições: 3309
PROBLEMAS AO CONVERTER HB_BASE64 UTF8 UTF-8
... SetInkeyBeforeBlock( [<x>] ) <-x->
#xtranslate hb_gtInfo( HB_GTI_INKEYFILTER [, <x>] ) => SetInkeyAfterBlock( [<x>] ) <-x->
#xtranslate hb_ScrMaxRow() => gtInfo( HB_GTI_SCREENHEIGHT )
#xtranslate hb_ScrMaxCol() => gtInfo( HB_GTI_SCREENWIDTH )
#xtranslate MaxRow( .T. ) => gtInfo( HB_GTI ...
#xtranslate hb_gtInfo( HB_GTI_INKEYFILTER [, <x>] ) => SetInkeyAfterBlock( [<x>] ) <-x->
#xtranslate hb_ScrMaxRow() => gtInfo( HB_GTI_SCREENHEIGHT )
#xtranslate hb_ScrMaxCol() => gtInfo( HB_GTI_SCREENWIDTH )
#xtranslate MaxRow( .T. ) => gtInfo( HB_GTI ...
- 07 Mar 2025 10:06
- Fórum: SQL
- Tópico: Tamanho da sentença(SQL) no MySQL
- Respostas: 4
- Exibições: 2453
Tamanho da sentença(SQL) no MySQL
Olá!
Em SQLMIX.
Captura de tela 2025-03-07 100707.png
dbUseArea( , , "SELECT @@global.max_allowed_packet AS nMA",'ma' )
hwg_msginfo('Max_allowed_packet: ' + hb_ntos(nMA))
FechaDb('ma')
Lembrando que nMA é um field do DBF VIRTUAL. Fechou o DBF, a variável->(virtual do virtual rsrs) deixa de ...
Em SQLMIX.
Captura de tela 2025-03-07 100707.png
dbUseArea( , , "SELECT @@global.max_allowed_packet AS nMA",'ma' )
hwg_msginfo('Max_allowed_packet: ' + hb_ntos(nMA))
FechaDb('ma')
Lembrando que nMA é um field do DBF VIRTUAL. Fechou o DBF, a variável->(virtual do virtual rsrs) deixa de ...
- 06 Mar 2025 19:21
- Fórum: SQL
- Tópico: Tamanho da sentença(SQL) no MySQL
- Respostas: 4
- Exibições: 2453
Tamanho da sentença(SQL) no MySQL
... that can be transmitted to or from a MySQL 8.4 server or client is 1GB.
When a MySQL client or the mysqld server receives a packet bigger than max_allowed_packet bytes, it issues an ER_NET_PACKET_TOO_LARGE error and closes the connection. With some clients, you may also get a Lost connection to ...
When a MySQL client or the mysqld server receives a packet bigger than max_allowed_packet bytes, it issues an ER_NET_PACKET_TOO_LARGE error and closes the connection. With some clients, you may also get a Lost connection to ...
- 06 Mar 2025 18:52
- Fórum: SQL
- Tópico: Tamanho da sentença(SQL) no MySQL
- Respostas: 4
- Exibições: 2453
Tamanho da sentença(SQL) no MySQL
Uso isto
BEGIN SEQUENCE WITH __BreakBlock()
:Execute( "SELECT @@global.max_allowed_packet AS QTD" )
IF :Number( "QTD" ) < 16000000
Errorsys_WriteErrorLog( ;
"Max Allowed Packet=" + NumberSQL( :Number( "QTD" ) ) + hb_Eol() + ;
"Alterar seção [mysqld] em my.ini no servidor" + hb_Eol() + ;
"max ...
BEGIN SEQUENCE WITH __BreakBlock()
:Execute( "SELECT @@global.max_allowed_packet AS QTD" )
IF :Number( "QTD" ) < 16000000
Errorsys_WriteErrorLog( ;
"Max Allowed Packet=" + NumberSQL( :Number( "QTD" ) ) + hb_Eol() + ;
"Alterar seção [mysqld] em my.ini no servidor" + hb_Eol() + ;
"max ...
- 06 Mar 2025 18:49
- Fórum: SQL
- Tópico: Tamanho da sentença(SQL) no MySQL
- Respostas: 4
- Exibições: 2453
Tamanho da sentença(SQL) no MySQL
max_allowed_packed
O default começou em 4MB, mas em versões mais novas pode ser 16MB.
Pode ser aumentado até 2GB se não me engano.
Isso também afeta o limite pra salvar binários, imagens, etc.
Por exemplo: salvo o EXE em base64.
insert into .... value 'xxxxx'
Se o default for 4MB, não vou poder ...
O default começou em 4MB, mas em versões mais novas pode ser 16MB.
Pode ser aumentado até 2GB se não me engano.
Isso também afeta o limite pra salvar binários, imagens, etc.
Por exemplo: salvo o EXE em base64.
insert into .... value 'xxxxx'
Se o default for 4MB, não vou poder ...
- 27 Fev 2025 14:30
- Fórum: [x]Harbour
- Tópico: RestScreen() falhando com UTF8
- Respostas: 34
- Exibições: 18584
RestScreen() falhando com UTF8
... CASE cLetra == Chr(13)
CASE cLetra == Chr(10)
CASE cLetra $ "()[]+-,.0123456789"
OTHERWISE
? Asc( cLetra ), cLetra, Substr( cTexto, Max( 1, cLetra:__EnumIndex() - 10 ), 20 )
ENDCASE
NEXT
Inkey(0)
RETURN
Vai filtrando até só sobrarem os caracteres especiais.
Veja se a letra da ...
CASE cLetra == Chr(10)
CASE cLetra $ "()[]+-,.0123456789"
OTHERWISE
? Asc( cLetra ), cLetra, Substr( cTexto, Max( 1, cLetra:__EnumIndex() - 10 ), 20 )
ENDCASE
NEXT
Inkey(0)
RETURN
Vai filtrando até só sobrarem os caracteres especiais.
Veja se a letra da ...
- 21 Fev 2025 19:45
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Configuração de compilação
- Respostas: 14
- Exibições: 14543
Configuração de compilação
... Year", 0 }, ;
{ "Month", 0 }, ;
{ "Day", 0 } }
AAdd( aList, { Left( Dtos( Date() ), 4 ), 0 } )
AAdd( aList, { Left( Dtos( Date() ), 4 ) + " Max", 0 } )
AAdd( aList, { Left( Dtos( Date() ), 6 ), 0 } )
AAdd( aList, { Left( Dtos( Date() ), 6 ) + " Max", 0 } )
AAdd( aList, { Dtos( Date() ), 0 ...
{ "Month", 0 }, ;
{ "Day", 0 } }
AAdd( aList, { Left( Dtos( Date() ), 4 ), 0 } )
AAdd( aList, { Left( Dtos( Date() ), 4 ) + " Max", 0 } )
AAdd( aList, { Left( Dtos( Date() ), 6 ), 0 } )
AAdd( aList, { Left( Dtos( Date() ), 6 ) + " Max", 0 } )
AAdd( aList, { Dtos( Date() ), 0 ...
- 17 Fev 2025 15:50
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Configuração de compilação
- Respostas: 14
- Exibições: 14543
Configuração de compilação
... Year", 0 }, ;
{ "Month", 0 }, ;
{ "Day", 0 } }
AAdd( aList, { Left( Dtos( Date() ), 4 ), 0 } )
AAdd( aList, { Left( Dtos( Date() ), 4 ) + " Max", 0 } )
AAdd( aList, { Left( Dtos( Date() ), 6 ), 0 } )
AAdd( aList, { Left( Dtos( Date() ), 6 ) + " Max", 0 } )
AAdd( aList, { Dtos( Date() ), 0 ...
{ "Month", 0 }, ;
{ "Day", 0 } }
AAdd( aList, { Left( Dtos( Date() ), 4 ), 0 } )
AAdd( aList, { Left( Dtos( Date() ), 4 ) + " Max", 0 } )
AAdd( aList, { Left( Dtos( Date() ), 6 ), 0 } )
AAdd( aList, { Left( Dtos( Date() ), 6 ) + " Max", 0 } )
AAdd( aList, { Dtos( Date() ), 0 ...
- 13 Fev 2025 12:02
- Fórum: [x]Harbour
- Tópico: SQL no DBF em breve (promessa) Aleksander Czajczynski
- Respostas: 33
- Exibições: 22250
SQL no DBF em breve (promessa) Aleksander Czajczynski
... scripts.prg
% Changed : SQL parser from procedural to class code.
+ Array browser window adjusts to number of columns in the record upto
maximum columns which can be accomodated on the screen.
+ Implemented: SQL aggregate functions:
a) Count( * )
b) Min( cNumFieldName ...
% Changed : SQL parser from procedural to class code.
+ Array browser window adjusts to number of columns in the record upto
maximum columns which can be accomodated on the screen.
+ Implemented: SQL aggregate functions:
a) Count( * )
b) Min( cNumFieldName ...
- 06 Fev 2025 08:59
- Fórum: [x]Harbour
- Tópico: enxugando json
- Respostas: 6
- Exibições: 4015
enxugando json
... mesmo.
Crio o que precisa daqui pra frente e pronto.
Também não dá pra fazer o resumo anual, se estarei removendo meses do arquivo.
Deixei apenas o Max como resumo, Min e Avg não importam.
{
"LastPath": "d:\\fontes\\util\\build\\",
"LastBuildDate": "20250206",
"Day": 11,
"Year": 1568,
"Month ...
Crio o que precisa daqui pra frente e pronto.
Também não dá pra fazer o resumo anual, se estarei removendo meses do arquivo.
Deixei apenas o Max como resumo, Min e Avg não importam.
{
"LastPath": "d:\\fontes\\util\\build\\",
"LastBuildDate": "20250206",
"Day": 11,
"Year": 1568,
"Month ...
- 05 Fev 2025 15:18
- Fórum: [x]Harbour
- Tópico: enxugando json
- Respostas: 6
- Exibições: 4015
enxugando json
Um teste parcial.
FUNCTION Reorganize( hSetup )
LOCAL dDatIni, dDatFim, dItem, nMin := 99999, nMax := -1, nMedia, nTot := 0, nQtd := 0, nValue
dDatFim := Stod( "20241231" )
dDatIni := Stod( "20241201" )
FOR dItem = dDatIni TO dDatFim
IF hb_HHasKey( hSetup, Dtos( dItem ) ) .AND. ! Empty ...
FUNCTION Reorganize( hSetup )
LOCAL dDatIni, dDatFim, dItem, nMin := 99999, nMax := -1, nMedia, nTot := 0, nQtd := 0, nValue
dDatFim := Stod( "20241231" )
dDatIni := Stod( "20241201" )
FOR dItem = dDatIni TO dDatFim
IF hb_HHasKey( hSetup, Dtos( dItem ) ) .AND. ! Empty ...
- 28 Jan 2025 19:27
- Fórum: Bate Papo
- Tópico: Geopolítica na velô doOreshnik! Alibaba DeepSeek é passado ?
- Respostas: 0
- Exibições: 4863
Geopolítica na velô doOreshnik! Alibaba DeepSeek é passado ?
Olá!
A Alibaba Cloud $BABA lançou o seu novo modelo de IA Qwen2.5-Max, superando o DeepSeek V3 em vários benchmarks.
A Alibaba diz que a próxima versão do Qwen será mais forte, devido aos métodos melhorados de pós-formação.
Dólar fechou hoje em sua sétima queda seguida, cotado a R$ 5,86. A ...
A Alibaba Cloud $BABA lançou o seu novo modelo de IA Qwen2.5-Max, superando o DeepSeek V3 em vários benchmarks.
A Alibaba diz que a próxima versão do Qwen será mais forte, devido aos métodos melhorados de pós-formação.
Dólar fechou hoje em sua sétima queda seguida, cotado a R$ 5,86. A ...